summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2009-02-26 00:08:29 +0000
committertheadib <theadib@users.sourceforge.net>2009-02-26 00:08:29 +0000
commit7057cee8d25cd2e24d1c6091276ea692a567329a (patch)
treece2730591cdf7cb5bc4ca0ed586016e9e49113d8 /src/main.cpp
parentRevert commit 20742 that opened a can of worms. (diff)
downloadinkscape-7057cee8d25cd2e24d1c6091276ea692a567329a.tar.gz
inkscape-7057cee8d25cd2e24d1c6091276ea692a567329a.zip
add #include <gtk/gtk.h> to fix defect #333767
(bzr r7372)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b9e5a98e2..9da8c3048 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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>