vcpkg/ports/libgd/fix_msvc_build.patch
Kai Pastor cafd398be7
[libgd] Fixes, feature "tools" (#27551)
* Revise portfile and patches

Fix dependencies and pkg-config export.
Add tools feature.

* Update versions

* Fixup libgd name for windows [skip actions]

* Print usage

* Update versions
2022-11-01 20:23:20 -07:00

13 lines
283 B
Diff

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"