1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

MF5_1: include png.h prior php.h

This commit is contained in:
Michael Wallner
2006-01-27 20:48:42 +00:00
parent ea5c551162
commit 64d4c588ad
+5
View File
@@ -29,6 +29,11 @@
#include "config.h"
#endif
#ifdef HAVE_GD_PNG
/* needs to be first */
#include <png.h>
#endif
#include "php.h"
#include "ext/standard/head.h"
#include <math.h>