1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

- fix build

This commit is contained in:
Pierre Joye
2009-05-27 15:16:18 +00:00
parent 10bc558aca
commit 45832feb40
+2 -1
View File
@@ -1,8 +1,9 @@
#if HAVE_GD_BUNDLED
# include "gd.h"
# include "gdhelpers.h"
#else
# include <gd.h>
# include <gdhelpers.h>
# include "libgd/gdhelpers.h"
#endif
#include "gd_intern.h"