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

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>