summaryrefslogtreecommitdiff
path: root/applets/notification_area/na-grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/notification_area/na-grid.h')
-rw-r--r--applets/notification_area/na-grid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/applets/notification_area/na-grid.h b/applets/notification_area/na-grid.h
index 7ddcc23c..9c8dd340 100644
--- a/applets/notification_area/na-grid.h
+++ b/applets/notification_area/na-grid.h
@@ -25,9 +25,12 @@
#ifndef NA_GRID_H
#define NA_GRID_H
-#ifdef GDK_WINDOWING_X11
+#include <config.h>
+
+#ifdef HAVE_X11
#include <gdk/gdkx.h>
#endif
+
#include <gtk/gtk.h>
G_BEGIN_DECLS