mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
cafd398be7
* 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
13 lines
283 B
Diff
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"
|