From: Pierre Joye Date: Fri, 26 Apr 2013 05:48:11 +0000 (+0200) Subject: #64710, Implicit declaration X-Git-Tag: php-5.5.0RC1~32^2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afe46d4d47d5ef7ad80f55a6776b3f4b88f452bf;p=php #64710, Implicit declaration --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7da9e25a1d..ab9d850823 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -56,6 +56,8 @@ #if HAVE_LIBGD #if !HAVE_GD_BUNDLED # include "libgd/gd_compat.h" +#else +extern int overflow2(int a, int b); #endif static int le_gd, le_gd_font;