diff options
author | Antoine Jacoutot <ajacoutot@openbsd.org> | 2011-05-25 14:54:50 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-20 02:36:51 +0800 |
commit | aa6b11924a8569364f17e1fb2e3c30a9ab117dd3 (patch) | |
tree | 1098fdd5d242a1ed429ca8fdd8e2dcee56ea6ac0 | |
parent | 1832d97b4da08d770758c0c6bec6c65bd96f54b0 (diff) | |
download | gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar.gz gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar.bz2 gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar.lz gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar.xz gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.tar.zst gsoc2013-epiphany-aa6b11924a8569364f17e1fb2e3c30a9ab117dd3.zip |
eggsmclient-xsmp: fix warnings
Bug #651030
-rw-r--r-- | lib/egg/eggsmclient-xsmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/eggsmclient-xsmp.c b/lib/egg/eggsmclient-xsmp.c index 96b2c1271..ec89767da 100644 --- a/lib/egg/eggsmclient-xsmp.c +++ b/lib/egg/eggsmclient-xsmp.c @@ -35,6 +35,8 @@ #include <unistd.h> #include <X11/SM/SMlib.h> +#include <gdk/gdkx.h> + #define EGG_TYPE_SM_CLIENT_XSMP (egg_sm_client_xsmp_get_type ()) #define EGG_SM_CLIENT_XSMP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_SM_CLIENT_XSMP, EggSMClientXSMP)) #define EGG_SM_CLIENT_XSMP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_SM_CLIENT_XSMP, EggSMClientXSMPClass)) |