summaryrefslogtreecommitdiff
path: root/libmate-desktop
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2014-07-28 01:13:52 +0400
committerinfirit <[email protected]>2014-11-07 11:53:39 +0100
commiteb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0 (patch)
tree101a2665ecf06c69bf4e0f207807d0e55eb03137 /libmate-desktop
parent30b3258e94915b56cd77844263cde76f8b6fda06 (diff)
downloadmate-desktop-eb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0.tar.bz2
mate-desktop-eb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0.tar.xz
gtk3: append missing include
Diffstat (limited to 'libmate-desktop')
-rw-r--r--libmate-desktop/mate-desktop-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/mate-desktop-utils.h b/libmate-desktop/mate-desktop-utils.h
index 972e0e9..4d87aa5 100644
--- a/libmate-desktop/mate-desktop-utils.h
+++ b/libmate-desktop/mate-desktop-utils.h
@@ -33,6 +33,7 @@
#include <glib.h>
#include <gdk/gdk.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS