From 7fb7c13466e72bb0dab7ad3f6974978354092097 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 05 Nov 2008 19:54:09 +0000 Subject: Fix build with GTK+ < 2.14 2008-11-05 Carlos Garcia Campos * shell/ev-window.c: Fix build with GTK+ < 2.14 svn path=/trunk/; revision=3257 --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 6e0c76e..2e2e1bc 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -37,7 +37,11 @@ #include #include #include +#if GTK_CHECK_VERSION (2, 14, 0) #include +#else +#include +#endif #include #include "egg-editable-toolbar.h" -- cgit v0.9.1