mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 01:30:09 +01:00
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:
parent
6eacb970f2
commit
b16f8eea16
2 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <libnotify/notify.h>
|
||||
#include "applet.h"
|
||||
#include "applet-notifications.h"
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
#ifndef NM_NOTIFICATION_H__
|
||||
#define NM_NOTIFICATION_H__
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef ENABLE_NOTIFY
|
||||
|
||||
#include <libnotify/notify.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue