aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:39:16 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:39:16 -0700
commitd9a413d5a1a80b86c94bb38b278e60ac1d0656c8 (patch)
tree5b557b0241a9d465302d295f1d3fe1f40d30e0f9 /src/uzbl-core.h
parentfc33a2fc3c27da78edb3db5c437e72537f718315 (diff)
gtk3 needs us to include gtk/gtkx.h
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index f81722d..7a2adca 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -40,6 +40,10 @@
#include <sys/ioctl.h>
#include <assert.h>
+#if GTK_CHECK_VERSION(2,91,0)
+ #include <gtk/gtkx.h>
+#endif
+
#include "cookie-jar.h"
#define LENGTH(x) (sizeof x / sizeof x[0])