summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorbutton.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-23 12:36:57 +0200
committerMichal Ratajsky <[email protected]>2014-06-23 12:36:57 +0200
commit8197f71e2a50b9a74b99315bb481274f612b83b3 (patch)
tree8d13e65e5f411df3d5da1a1da83cafbec446e7be /libmate-desktop/mate-colorbutton.h
parent2ced78e503c3b55f89bc02aab828ed559dd8dec1 (diff)
downloadmate-desktop-8197f71e2a50b9a74b99315bb481274f612b83b3.tar.bz2
mate-desktop-8197f71e2a50b9a74b99315bb481274f612b83b3.tar.xz
Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and make sure to include glib.h for these macros
Diffstat (limited to 'libmate-desktop/mate-colorbutton.h')
-rw-r--r--libmate-desktop/mate-colorbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/mate-colorbutton.h b/libmate-desktop/mate-colorbutton.h
index cfc5e34..2eeebc1 100644
--- a/libmate-desktop/mate-colorbutton.h
+++ b/libmate-desktop/mate-colorbutton.h
@@ -32,6 +32,7 @@
#ifndef __MATE_COLOR_BUTTON_H__
#define __MATE_COLOR_BUTTON_H__
+#include <glib.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS