From be18c20c9ec7de9a18e9bec1bb076c092ecc8a31 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 25 Jul 2013 17:53:36 +0200 Subject: Dont include gdkconfig.h in GTK3 --- egg/eggsmclient-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'egg') diff --git a/egg/eggsmclient-private.h b/egg/eggsmclient-private.h index 62a0b4f..84da51b 100644 --- a/egg/eggsmclient-private.h +++ b/egg/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" #ifdef __cplusplus -- cgit v1.2.1