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 #include #include enum { DEF_WEBP_DELAY = 75 };