aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:39:46 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:39:46 -0700
commit7e5a921c93a580725b64fee3bdbf0af406d369a3 (patch)
tree01a8d41402b11c5ec8ca8e574f9fa91c419e82b9 /src
parent5c424bff24380ad92f8dce16146483bc511620b0 (diff)
parentd9a413d5a1a80b86c94bb38b278e60ac1d0656c8 (diff)
Merge branch 'gtk3' into experimental
Diffstat (limited to 'src')
-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])