diff options
author | infirit <[email protected]> | 2014-12-11 16:25:23 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-11 16:25:23 +0100 |
commit | 4bce04d9855828dd7d0e787f9eb821b08e7601de (patch) | |
tree | 1718b5546bada6f3d2ebd5a9a855d5e46e7225ce | |
parent | b531d651d35fac33f25ee6e1f979db1266a77398 (diff) | |
download | mate-terminal-4bce04d9855828dd7d0e787f9eb821b08e7601de.tar.bz2 mate-terminal-4bce04d9855828dd7d0e787f9eb821b08e7601de.tar.xz |
Gtk3: Fix gdkconfig include
-rw-r--r-- | src/eggsmclient-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <gdkconfig.h> +#endif #include "eggsmclient.h" G_BEGIN_DECLS |