]> granicus.if.org Git - php/commitdiff
- Fix build
authorDerick Rethans <derick@php.net>
Wed, 26 Jun 2002 18:32:27 +0000 (18:32 +0000)
committerDerick Rethans <derick@php.net>
Wed, 26 Jun 2002 18:32:27 +0000 (18:32 +0000)
#- Please test next time! This file is never installed with a default gd
#  install

ext/gd/gd.c

index ed4dbd2ade4c0e67a831ab5d1b444cc290777b5d..72d6fa7ce8cc1d08b1363f6cfc66cca4277cd88a 100644 (file)
@@ -61,7 +61,7 @@ static int le_ps_font, le_ps_enc;
 #include <gdfontl.h>  /* 4 Large font */
 #include <gdfontg.h>  /* 5 Giant font */
 #ifdef HAVE_GD_WBMP
-#include <wbmp.h>
+#include "libgd/wbmp.h"
 #endif
 #ifdef ENABLE_GD_TTF
 # include "gdttf.h"