summaryrefslogtreecommitdiff
path: root/plugins/taglist
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/taglist')
-rwxr-xr-xplugins/taglist/Makefile.am2
-rwxr-xr-xplugins/taglist/pluma-taglist-plugin-panel.c4
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am
index dd3306f0..fcc18345 100755
--- a/plugins/taglist/Makefile.am
+++ b/plugins/taglist/Makefile.am
@@ -11,7 +11,7 @@ taglist_in_files = \
taglist_DATA = $(taglist_in_files:.tags.xml.in=.tags.gz)
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(PLUMA_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c
index 367b8f04..4ed043da 100755
--- a/plugins/taglist/pluma-taglist-plugin-panel.c
+++ b/plugins/taglist/pluma-taglist-plugin-panel.c
@@ -41,7 +41,11 @@
#include <pluma/pluma-debug.h>
#include <pluma/pluma-plugin.h>
+#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#if GTK_CHECK_VERSION (3, 0, 0)
+#include <gdk/gdkkeysyms-compat.h>
+#endif
#include <glib/gi18n.h>
#define PLUMA_TAGLIST_PLUGIN_PANEL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), \