From d9a413d5a1a80b86c94bb38b278e60ac1d0656c8 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 14 Feb 2011 21:39:16 -0700 Subject: gtk3 needs us to include gtk/gtkx.h --- src/uzbl-core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 #include +#if GTK_CHECK_VERSION(2,91,0) + #include +#endif + #include "cookie-jar.h" #define LENGTH(x) (sizeof x / sizeof x[0]) -- cgit v1.2.3