summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-26 17:30:08 +0200
committerStefano Karapetsas <[email protected]>2013-07-26 17:30:08 +0200
commit8418f3c034cb8998fb066271386a4e89a8c687f9 (patch)
tree12c4feaec9e52883472d53f6fcaf1f539f4fa3ae /mate-panel
parentc0f23a7a46776f731f695eb89bef3496150c6470 (diff)
downloadmate-panel-8418f3c034cb8998fb066271386a4e89a8c687f9.tar.bz2
mate-panel-8418f3c034cb8998fb066271386a4e89a8c687f9.tar.xz
Add missing include
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/libegg/eggsmclient-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/libegg/eggsmclient-private.h b/mate-panel/libegg/eggsmclient-private.h
index afd11235..586d8957 100644
--- a/mate-panel/libegg/eggsmclient-private.h
+++ b/mate-panel/libegg/eggsmclient-private.h
@@ -20,6 +20,7 @@
#ifndef __EGG_SM_CLIENT_PRIVATE_H__
#define __EGG_SM_CLIENT_PRIVATE_H__
+#include <gtk/gtk.h>
#if !GTK_CHECK_VERSION (3, 0, 0)
#include <gdkconfig.h>
#endif