From c2f1eff1f97023a514d6e2fef31f595d73ce7154 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 May 2012 20:27:00 +0000 Subject: Do not include individual glib headers. Since glib 2.33, any header in must not be included directly. Patch thanks to Ilya Barygin . git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4466 a436a847-0d15-0410-975c-d299462d15a1 --- src/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color.h') diff --git a/src/color.h b/src/color.h index ce8435b..ee436a4 100644 --- a/src/color.h +++ b/src/color.h @@ -16,7 +16,7 @@ #ifndef GANV_UTIL_H #define GANV_UTIL_H -#include +#include #define DEFAULT_TEXT_COLOR 0xFFFFFFFF #define DEFAULT_FILL_COLOR 0x1E2224FF -- cgit v1.2.1