- include png.h prior php.h

This commit is contained in:
Michael Wallner 2006-01-27 20:46:02 +00:00
parent a146043c25
commit fe52312f59

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>