summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-25 17:53:36 +0200
committerStefano Karapetsas <[email protected]>2013-07-25 17:53:36 +0200
commitbe18c20c9ec7de9a18e9bec1bb076c092ecc8a31 (patch)
tree74b50a5d5016d07443d56af1f3a5716d7151c67e
parentb00ce6d2189e0ec7fe4466550bbb8b9265d98833 (diff)
downloadmate-session-manager-be18c20c9ec7de9a18e9bec1bb076c092ecc8a31.tar.bz2
mate-session-manager-be18c20c9ec7de9a18e9bec1bb076c092ecc8a31.tar.xz
Dont include gdkconfig.h in GTK3
-rw-r--r--egg/eggsmclient-private.h3
1 files changed, 3 insertions, 0 deletions
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 <gtk/gtk.h>
+#if !GTK_CHECK_VERSION (3, 0, 0)
#include <gdkconfig.h>
+#endif
#include "eggsmclient.h"
#ifdef __cplusplus