diff options
author | Denis Gorodnichev <[email protected]> | 2014-07-28 01:13:52 +0400 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-07 11:53:39 +0100 |
commit | eb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0 (patch) | |
tree | 101a2665ecf06c69bf4e0f207807d0e55eb03137 /libmate-desktop/mate-desktop-utils.h | |
parent | 30b3258e94915b56cd77844263cde76f8b6fda06 (diff) | |
download | mate-desktop-eb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0.tar.bz2 mate-desktop-eb574ae6db1c9aac02e4f120d96c6f4c73f5c5e0.tar.xz |
gtk3: append missing include
Diffstat (limited to 'libmate-desktop/mate-desktop-utils.h')
-rw-r--r-- | libmate-desktop/mate-desktop-utils.h | 1 |
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 |