From e1f3e5a08411bf396291583ede7e4dab0dd7a092 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 26 Jul 2013 17:17:27 +0200 Subject: mate-panel: Include gdkconfig.h only in GTK2 --- mate-panel/libegg/eggsmclient-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mate-panel/libegg/eggsmclient-private.h b/mate-panel/libegg/eggsmclient-private.h index a58f424b..afd11235 100644 --- a/mate-panel/libegg/eggsmclient-private.h +++ b/mate-panel/libegg/eggsmclient-private.h @@ -20,7 +20,9 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#if !GTK_CHECK_VERSION (3, 0, 0) #include +#endif #include "eggsmclient.h" #ifdef __cplusplus -- cgit v1.2.1