summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/dither.c2
-rw-r--r--demos/gtk-utils.c4
-rw-r--r--demos/scale.c2
3 files changed, 5 insertions, 3 deletions
diff --git a/demos/dither.c b/demos/dither.c
index 63ba248..a6a157a 100644
--- a/demos/dither.c
+++ b/demos/dither.c
@@ -23,7 +23,7 @@
* DEALINGS IN THE SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "pixman-config.h"
#endif
#include <math.h>
#include <gtk/gtk.h>
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"
diff --git a/demos/scale.c b/demos/scale.c
index 7459a5c..fa2a28a 100644
--- a/demos/scale.c
+++ b/demos/scale.c
@@ -24,7 +24,7 @@
* Author: Soren Sandmann <soren.sandmann@gmail.com>
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "pixman-config.h"
#endif
#include <math.h>
#include <gtk/gtk.h>