diff options
author | Elias Aebi <[email protected]> | 2013-11-15 17:52:52 +0100 |
---|---|---|
committer | Elias Aebi <[email protected]> | 2013-11-15 17:52:52 +0100 |
commit | 612e6529a66899e5466b9bf4bd9bdc2443075896 (patch) | |
tree | fc26c1088f7395add2b8a84d7c6de7fc0a8dcdf9 /copy-n-paste/eggsmclient-private.h | |
parent | 084bfc5807982b4f3e32850a64993766fd9993d0 (diff) | |
download | engrampa-612e6529a66899e5466b9bf4bd9bdc2443075896.tar.bz2 engrampa-612e6529a66899e5466b9bf4bd9bdc2443075896.tar.xz |
port to GTK3
Diffstat (limited to 'copy-n-paste/eggsmclient-private.h')
-rw-r--r-- | copy-n-paste/eggsmclient-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-n-paste/eggsmclient-private.h b/copy-n-paste/eggsmclient-private.h index 2e41d6d..3462ec3 100644 --- a/copy-n-paste/eggsmclient-private.h +++ b/copy-n-paste/eggsmclient-private.h @@ -20,7 +20,7 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ -#include <gdkconfig.h> +#include <gtk/gtk.h> #include "eggsmclient.h" G_BEGIN_DECLS |