From: Derick Rethans Date: Wed, 26 Jun 2002 18:32:27 +0000 (+0000) Subject: - Fix build X-Git-Tag: php-4.3.0dev_zend2_alpha2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5c04085947389c9bd240bd412251db7793870cf;p=php - Fix build #- Please test next time! This file is never installed with a default gd # install --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ed4dbd2ade..72d6fa7ce8 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -61,7 +61,7 @@ static int le_ps_font, le_ps_enc; #include /* 4 Large font */ #include /* 5 Giant font */ #ifdef HAVE_GD_WBMP -#include +#include "libgd/wbmp.h" #endif #ifdef ENABLE_GD_TTF # include "gdttf.h"