summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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