]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/smclient/eggsmclient-private.h
smclient: Update smclient from libegg
[evince.git] / cut-n-paste / smclient / eggsmclient-private.h
index fc3a0a2da7f24848bdc1288c1f60b7f6d0caa14a..703c003497d8bca9f2b393f998d457c213a95989 100644 (file)
 #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