aboutsummaryrefslogtreecommitdiff
path: root/pixman/pixman/make-srgb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman/make-srgb.pl')
-rw-r--r--pixman/pixman/make-srgb.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/pixman/pixman/make-srgb.pl b/pixman/pixman/make-srgb.pl
index ebde2eac6..cdaa80ba5 100644
--- a/pixman/pixman/make-srgb.pl
+++ b/pixman/pixman/make-srgb.pl
@@ -72,7 +72,10 @@ print <<"PROLOG";
#include <stdint.h>
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "pixman-private.h"
PROLOG