Fix compile error in notification code, wasn't including config.h early enough

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1552 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2006-03-05 19:50:51 +00:00
parent 6eacb970f2
commit b16f8eea16
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
*/ */
#include <libnotify/notify.h> #include <libnotify/notify.h>
#include "applet.h"
#include "applet-notifications.h" #include "applet-notifications.h"
void void

View File

@@ -22,6 +22,8 @@
#ifndef NM_NOTIFICATION_H__ #ifndef NM_NOTIFICATION_H__
#define NM_NOTIFICATION_H__ #define NM_NOTIFICATION_H__
#include "config.h"
#ifdef ENABLE_NOTIFY #ifdef ENABLE_NOTIFY
#include <libnotify/notify.h> #include <libnotify/notify.h>