Fix the build when bundled gd library is used

This commit is contained in:
foobar 2002-08-30 02:41:52 +00:00
parent 81dcd62bc2
commit bda34955db

View file

@ -40,7 +40,11 @@
#if HAVE_LIBGD13 #if HAVE_LIBGD13
#include "ext/gd/php_gd.h" #include "ext/gd/php_gd.h"
#if HAVE_GD_BUNDLED
#include "ext/gd/libgd/gd.h"
#else
#include "gd.h" #include "gd.h"
#endif
static int le_gd; static int le_gd;
#endif #endif