aboutsummaryrefslogtreecommitdiff
path: root/module/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/data.c')
-rw-r--r--module/data.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/module/data.c b/module/data.c
index 9225d01..7af7e81 100644
--- a/module/data.c
+++ b/module/data.c
@@ -1,3 +1,11 @@
+#include <gtk/gtk.h>
+
+#include "../global.h"
+
+#if GTK_MAJOR_VERSION == 3
+#include <gtk/gtkx.h>
+#endif
+
#include "../libtopmenu-client/topmenu-monitor.h"
#include "data.h"