aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.c b/image.c
index 05459cf..434b645 100644
--- a/image.c
+++ b/image.c
@@ -38,6 +38,7 @@ enum { DEF_GIF_DELAY = 75 };
#endif
#if HAVE_LIBWEBP
+#include <stdio.h>
#include <webp/decode.h>
#include <webp/demux.h>
enum { DEF_WEBP_DELAY = 75 };