diff options
author | monsta <[email protected]> | 2016-01-13 15:16:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-13 15:16:41 +0300 |
commit | 3280ca9138736e95265ff97ae1b7c0d5e1a4b317 (patch) | |
tree | a7c3f8723fb7d0001fa9d06b6f404e4aa7b8afc3 /capplets/display | |
parent | ba104f5e05bdb57357224b9c36fbe5edd5caf006 (diff) | |
download | mate-control-center-3280ca9138736e95265ff97ae1b7c0d5e1a4b317.tar.bz2 mate-control-center-3280ca9138736e95265ff97ae1b7c0d5e1a4b317.tar.xz |
display: fix implicit declaration warning
Diffstat (limited to 'capplets/display')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index 04360c4c..6f5e2a2c 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -27,6 +27,7 @@ #include <gtk/gtk.h> #include "scrollarea.h" #define MATE_DESKTOP_USE_UNSTABLE_API +#include <libmate-desktop/mate-desktop-utils.h> #include <libmate-desktop/mate-rr.h> #include <libmate-desktop/mate-rr-config.h> #include <libmate-desktop/mate-rr-labeler.h> |