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:
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user