]> granicus.if.org Git - php/commitdiff
add missing header for gd_error
authorAnatol Belski <ab@php.net>
Thu, 13 Oct 2016 12:40:04 +0000 (14:40 +0200)
committerAnatol Belski <ab@php.net>
Thu, 13 Oct 2016 12:40:37 +0000 (14:40 +0200)
ext/gd/libgd/gd_security.c
ext/gd/libgd/gd_wbmp.c
ext/gd/libgd/gd_xbm.c

index 2160a3685ac29905e2a053d6ba432824da962b91..3813707ade2ba9170ccb24050b2f713288874a3a 100644 (file)
@@ -16,6 +16,7 @@
 #include <stdlib.h>
 #include <limits.h>
 #include "gd.h"
+#include "gd_errors.h"
 
 int overflow2(int a, int b)
 {
index 7a80d65c03d0d3393ab88095daea72689bd6eebb..7b946aad2fead36a42a1753c4e2de3beedb4874b 100644 (file)
@@ -53,6 +53,7 @@
 
 #include <gd.h>
 #include <gdfonts.h>
+#include <gd_errors.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
index 68350d798a5d6f862994367a27163b39dc1d5499..be3cce73b45de018c783235a298976319ebb203f 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include "gd.h"
 #include "gdhelpers.h"
+#include "gd_errors.h"
 
 #include "php.h"