aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgd/fix_msvc_build.patch
blob: eff795d63af226833316b1161ae9f763ec366abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gd_webp.c b/src/gd_webp.c
index e9ad802..7631f27 100644
--- a/src/gd_webp.c
+++ b/src/gd_webp.c
@@ -16,6 +16,7 @@
 #include "gd.h"
 #include "gd_errors.h"
 #include "gdhelpers.h"
+#include "gd_intern.h" # for ssize_t
 
 #ifdef HAVE_LIBWEBP
 #include "webp/decode.h"