diff options
Diffstat (limited to 'demos/gtk-utils.c')
-rw-r--r-- | demos/gtk-utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/gtk-utils.c b/demos/gtk-utils.c index cac8a8d..dc872a9 100644 --- a/demos/gtk-utils.c +++ b/demos/gtk-utils.c @@ -1,5 +1,7 @@ #include <gtk/gtk.h> -#include <config.h> +#ifdef HAVE_CONFIG_H +#include <pixman-config.h> +#endif #include "utils.h" #include "gtk-utils.h" |