diff options
author | Laszlo Boros <[email protected]> | 2013-07-17 17:09:03 +0200 |
---|---|---|
committer | Laszlo Boros <[email protected]> | 2013-07-17 17:09:03 +0200 |
commit | 875a88f1d74e2a6888ab1ee02f1b728a1fafc327 (patch) | |
tree | d49d69bff3b17f5def5586e79aca9119ff9f2a98 /cut-n-paste-code | |
parent | 3cc3939ad8950a3b7c33a3e15281d370b1731459 (diff) | |
download | caja-875a88f1d74e2a6888ab1ee02f1b728a1fafc327.tar.bz2 caja-875a88f1d74e2a6888ab1ee02f1b728a1fafc327.tar.xz |
First gtk3 support commit.
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient-private.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cut-n-paste-code/libegg/eggsmclient-private.h b/cut-n-paste-code/libegg/eggsmclient-private.h index a8da9c7a..e187285b 100644 --- a/cut-n-paste-code/libegg/eggsmclient-private.h +++ b/cut-n-paste-code/libegg/eggsmclient-private.h @@ -20,7 +20,12 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ -#include <gdkconfig.h> +#include <gtk/gtk.h> + +#if !GTK_CHECK_VERSION(3, 0, 0) + #include <gdkconfig.h> +#endif + #include "eggsmclient.h" #ifdef __cplusplus |