summaryrefslogtreecommitdiff
path: root/applets/notification_area/system-tray/fixedtip.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/notification_area/system-tray/fixedtip.c')
-rw-r--r--applets/notification_area/system-tray/fixedtip.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/notification_area/system-tray/fixedtip.c b/applets/notification_area/system-tray/fixedtip.c
index f5817cdd..f7b28d7b 100644
--- a/applets/notification_area/system-tray/fixedtip.c
+++ b/applets/notification_area/system-tray/fixedtip.c
@@ -20,6 +20,12 @@
* 02110-1301, USA.
*/
+#include <config.h>
+
+#ifndef HAVE_X11
+#error file should only be compiled when HAVE_X11 is enabled
+#endif
+
#include <gdk/gdkx.h>
#include "fixedtip.h"