changeset 32186:f1aae2e20e2c

Add missing stdio.h #include to the test program in the PNG check.
author diego
date Thu, 16 Sep 2010 14:42:15 +0000
parents 26e3bf13985e
children 15f9f2bb7bb7
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 16 14:40:44 2010 +0000
+++ b/configure	Thu Sep 16 14:42:15 2010 +0000
@@ -4903,8 +4903,9 @@
     res_comment="disabled on irix (not GNU libpng)"
   else
 cat > $TMPC << EOF
+#include <stdio.h>
+#include <string.h>
 #include <png.h>
-#include <string.h>
 int main(void) {
   printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
   printf("libpng: %s\n", png_libpng_ver);