From 9e7a64a05995f9b9f376d03bb624279ee66834f6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 9 Jun 2014 09:39:19 +0100 Subject: Explicitly include string.h header. As of libpng 1.6.0, png.h does not include string.h. --- src/alphagen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alphagen.c b/src/alphagen.c index 2510e5e..384e70b 100644 --- a/src/alphagen.c +++ b/src/alphagen.c @@ -24,6 +24,7 @@ #include #include #include +#include #include -- cgit v1.2.3