From e4540e7be4b396c8b1bb34157c105e172ccdf0a1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 21 Jan 2014 17:11:27 +0100 Subject: shell: Add GTK3 support --- shell/eggfindbar.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/eggfindbar.c') diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c index b557b44b..f4932160 100644 --- a/shell/eggfindbar.c +++ b/shell/eggfindbar.c @@ -23,6 +23,9 @@ #include #include #include +#if GTK_CHECK_VERSION (3, 0, 0) +#include +#endif #include "eggfindbar.h" -- cgit v1.2.1