summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ganv_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ganv_test.c b/src/ganv_test.c
index b707c03..737d292 100644
--- a/src/ganv_test.c
+++ b/src/ganv_test.c
@@ -14,9 +14,16 @@
*/
#include "ganv/ganv.h"
+#include "ganv/item.h"
#include <gtk/gtk.h>
+#include <glib-object.h>
+#include <glib.h>
+#include <gobject/gclosure.h>
+
+#include <stdio.h>
+
static void
on_window_destroy(GtkWidget* widget, void* data)
{