]> granicus.if.org Git - php/commitdiff
#64710, Implicit declaration
authorPierre Joye <pierre.php@gmail.com>
Fri, 26 Apr 2013 05:48:11 +0000 (07:48 +0200)
committerPierre Joye <pierre.php@gmail.com>
Fri, 26 Apr 2013 05:48:11 +0000 (07:48 +0200)
ext/gd/gd.c

index 7da9e25a1dc67dbc362c11190063fa97508247e6..ab9d85082316dccb538140e2ade60fd5ed5270d4 100644 (file)
@@ -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;