From 875a88f1d74e2a6888ab1ee02f1b728a1fafc327 Mon Sep 17 00:00:00 2001 From: Laszlo Boros Date: Wed, 17 Jul 2013 17:09:03 +0200 Subject: First gtk3 support commit. --- cut-n-paste-code/libegg/eggsmclient-private.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cut-n-paste-code/libegg/eggsmclient-private.h') diff --git a/cut-n-paste-code/libegg/eggsmclient-private.h b/cut-n-paste-code/libegg/eggsmclient-private.h index a8da9c7a..e187285b 100644 --- a/cut-n-paste-code/libegg/eggsmclient-private.h +++ b/cut-n-paste-code/libegg/eggsmclient-private.h @@ -20,7 +20,12 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ -#include +#include + +#if !GTK_CHECK_VERSION(3, 0, 0) + #include +#endif + #include "eggsmclient.h" #ifdef __cplusplus -- cgit v1.2.1