From 4bce04d9855828dd7d0e787f9eb821b08e7601de Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 11 Dec 2014 16:25:23 +0100 Subject: Gtk3: Fix gdkconfig include --- src/eggsmclient-private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/eggsmclient-private.h b/src/eggsmclient-private.h index eebf884..dc07ea4 100644 --- a/src/eggsmclient-private.h +++ b/src/eggsmclient-private.h @@ -20,7 +20,9 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#if !GTK_CHECK_VERSION (3, 0, 0) #include +#endif #include "eggsmclient.h" G_BEGIN_DECLS -- cgit v1.2.1