---
 pixman/make-srgb.pl |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pixman/make-srgb.pl b/pixman/make-srgb.pl
index ebde2ea..cdaa80b 100644
--- a/pixman/make-srgb.pl
+++ b/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
-- 
1.7.10.4

_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to