summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-08-13 11:58:03 +0100
committermonsta <[email protected]>2017-08-13 13:58:03 +0300
commit8a8ca9c24c7b4d9bec8666dd9a17c5541106bd7e (patch)
tree14a8bd3be51f4b58d9e5f524bd5d3cd04cef9535
parenteb275151c64ee9c528e9f85f27e56e56e45af3ad (diff)
downloadmate-panel-8a8ca9c24c7b4d9bec8666dd9a17c5541106bd7e.tar.bz2
mate-panel-8a8ca9c24c7b4d9bec8666dd9a17c5541106bd7e.tar.xz
Add missing include. (#642)
-rw-r--r--mate-panel/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/main.c b/mate-panel/main.c
index e3241bcc..06fdc2f4 100644
--- a/mate-panel/main.c
+++ b/mate-panel/main.c
@@ -13,6 +13,7 @@
#include <sys/wait.h>
#include <glib/gi18n.h>
+#include <gdk/gdkx.h>
#include <libegg/eggdesktopfile.h>
#include <libegg/eggsmclient.h>