summaryrefslogtreecommitdiff
path: root/copy-n-paste
diff options
context:
space:
mode:
authorElias Aebi <[email protected]>2013-11-16 08:45:07 +0100
committerElias Aebi <[email protected]>2013-11-16 08:45:07 +0100
commit8d284101a0ee5714a198424926612a163c3c691f (patch)
tree6bb18ba82419c259f1eec4bf6c1c3676a872992e /copy-n-paste
parent3b99041059ea2147c296443a9460be67443776d0 (diff)
downloadengrampa-8d284101a0ee5714a198424926612a163c3c691f.tar.bz2
engrampa-8d284101a0ee5714a198424926612a163c3c691f.tar.xz
fix the GTK3 version
Diffstat (limited to 'copy-n-paste')
-rw-r--r--copy-n-paste/eggsmclient-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-n-paste/eggsmclient-private.h b/copy-n-paste/eggsmclient-private.h
index 3462ec3..18daf54 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 <gtk/gtk.h>
+#include <gdk/gdk.h>
#include "eggsmclient.h"
G_BEGIN_DECLS