Changed build system to Automake. Split Glk code off into a GTK widget.
[rodin/chimara.git] / src / glk.h
index 9fc720677eb2b77700dc08a59bc86dcae583af86..f1c5b3a8f9b70ac22492cd67d7f5af277e157d00 100644 (file)
--- a/src/glk.h
+++ b/src/glk.h
@@ -17,7 +17,7 @@
 /* You may have to edit the definition of glui32 to make sure it's really a
     32-bit unsigned integer type, and glsi32 to make sure it's really a
     32-bit signed integer type. If they're not, horrible things will happen. */
-#include <gtk/gtk.h>
+#include <glib.h>
 typedef guint32 glui32;
 typedef gint32 glsi32;