Code

add #include <gtk/gtk.h> to fix defect #333767
authortheadib <theadib@users.sourceforge.net>
Thu, 26 Feb 2009 00:08:29 +0000 (00:08 +0000)
committertheadib <theadib@users.sourceforge.net>
Thu, 26 Feb 2009 00:08:29 +0000 (00:08 +0000)
src/main.cpp

index b9e5a98e2f4f39ae1afaec9c5b4f5dfd77fee4a9..9da8c304858fc1c65a4eeebb67c82f25d387273b 100644 (file)
@@ -45,6 +45,7 @@
 
 #include <libxml/tree.h>
 #include <glib-object.h>
+#include <gtk/gtk.h>
 #include <gtk/gtkmain.h>
 #include <gtk/gtksignal.h>
 #include <gtk/gtkwindow.h>