summaryrefslogtreecommitdiffstats
path: root/src/ege-adjustment-action.cpp
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-07-13 23:32:16 +0000
committerscislac <scislac@users.sourceforge.net>2009-07-13 23:32:16 +0000
commitbd4a4d2ec057a15c7222ea13f8104937501f875f (patch)
treed67d85ba5bc675ca3198a22f0277107c49d34218 /src/ege-adjustment-action.cpp
parentFix width slider for Eraser Tool (diff)
downloadinkscape-bd4a4d2ec057a15c7222ea13f8104937501f875f.tar.gz
inkscape-bd4a4d2ec057a15c7222ea13f8104937501f875f.zip
Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly included now.
(bzr r8278)
Diffstat (limited to 'src/ege-adjustment-action.cpp')
-rw-r--r--src/ege-adjustment-action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ege-adjustment-action.cpp b/src/ege-adjustment-action.cpp
index 942328100..e6ec392ad 100644
--- a/src/ege-adjustment-action.cpp
+++ b/src/ege-adjustment-action.cpp
@@ -47,7 +47,7 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkversion.h>
#include <gtk/gtktoolitem.h>
-#include <gtk/gtkspinbutton.h>
+#include <gtk/gtk.h>
#include <gtk/gtkhscale.h>
#if GTK_CHECK_VERSION(2,12,0)
#include <gtk/gtkscalebutton.h>