diff options
Diffstat (limited to 'lib/egg/eggsmclient-private.h')
-rw-r--r-- | lib/egg/eggsmclient-private.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/egg/eggsmclient-private.h b/lib/egg/eggsmclient-private.h index ccb10bfc3..0c98eeed8 100644 --- a/lib/egg/eggsmclient-private.h +++ b/lib/egg/eggsmclient-private.h @@ -20,7 +20,13 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#include <gtk/gtk.h> + +#if !GTK_CHECK_VERSION(2,91,7) && !GTK_CHECK_VERSION(3,0,0) +/* GTK+ 3 includes this automatically */ #include <gdkconfig.h> +#endif + #include "eggsmclient.h" G_BEGIN_DECLS |