mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix the build when bundled gd library is used
This commit is contained in:
parent
81dcd62bc2
commit
bda34955db
1 changed files with 4 additions and 0 deletions
|
@ -40,7 +40,11 @@
|
|||
|
||||
#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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue