diff options
author | infirit <[email protected]> | 2015-08-24 17:38:41 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-24 17:41:03 +0200 |
commit | 18b5bf62a216e250d2f5292b1a7b145f221ef666 (patch) | |
tree | 72ad056a16415550e9ba66fdaf3ba6881b46acf7 /mate-about/mate-about.h | |
parent | f23b13a8d55c2cb8d2e693453a3298506f7f08ee (diff) | |
download | mate-desktop-18b5bf62a216e250d2f5292b1a7b145f221ef666.tar.bz2 mate-desktop-18b5bf62a216e250d2f5292b1a7b145f221ef666.tar.xz |
Define max/min version of GLib
This warns us of using symbols like g_assert_null not available
in GLib 2.36
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index a06cad9..f4ecba0 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -21,10 +21,10 @@ #ifndef __MATE_ABOUT_H__ #define __MATE_ABOUT_H__ +#include <config.h> // autogenerated by ./configure #include <gtk/gtk.h> #include <libintl.h> // for gettext #include <glib/gi18n.h> -#include <config.h> // autogenerated by ./configure #include <libmate-desktop/mate-aboutdialog.h> |