diff options
author | Michal Ratajsky <[email protected]> | 2014-06-23 12:36:57 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-23 12:36:57 +0200 |
commit | 8197f71e2a50b9a74b99315bb481274f612b83b3 (patch) | |
tree | 8d13e65e5f411df3d5da1a1da83cafbec446e7be /libmate-desktop/mate-colorsel.h | |
parent | 2ced78e503c3b55f89bc02aab828ed559dd8dec1 (diff) | |
download | mate-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-colorsel.h')
-rw-r--r-- | libmate-desktop/mate-colorsel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h index cd5b995..b841ba9 100644 --- a/libmate-desktop/mate-colorsel.h +++ b/libmate-desktop/mate-colorsel.h @@ -28,6 +28,7 @@ #ifndef __MATE_COLOR_SELECTION_H__ #define __MATE_COLOR_SELECTION_H__ +#include <glib.h> #include <gtk/gtk.h> G_BEGIN_DECLS |