]> granicus.if.org Git - php/commitdiff
Fix the build when bundled gd library is used
authorfoobar <sniper@php.net>
Fri, 30 Aug 2002 02:41:52 +0000 (02:41 +0000)
committerfoobar <sniper@php.net>
Fri, 30 Aug 2002 02:41:52 +0000 (02:41 +0000)
ext/pdf/pdf.c

index c019b2f7b123c116015024340e97dc20d2c399eb..ddc7262aecae690505266d23988d9f39f83a82f5 100644 (file)
 
 #if HAVE_LIBGD13
 #include "ext/gd/php_gd.h"
+#if HAVE_GD_BUNDLED
+#include "ext/gd/libgd/gd.h"
+#else
 #include "gd.h"
+#endif
 static int le_gd;
 #endif