From 498029959d823be5c7bb8d725405d347a563d813 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 17 Jan 2014 16:46:35 +0100 Subject: libeggsmclient: Add GTK3 support --- libeggsmclient/eggsmclient-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libeggsmclient') diff --git a/libeggsmclient/eggsmclient-private.h b/libeggsmclient/eggsmclient-private.h index 2e41d6d9..d13035bf 100644 --- a/libeggsmclient/eggsmclient-private.h +++ b/libeggsmclient/eggsmclient-private.h @@ -20,7 +20,10 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#include +#if !GTK_CHECK_VERSION (3, 0, 0) #include +#endif #include "eggsmclient.h" G_BEGIN_DECLS -- cgit v1.2.1