From 7c59cc7edc138e66c20837107a7021676e65be29 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 3 Jul 2022 08:16:56 +0200 Subject: fix build failure due to missing (#337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the following combination currently fails to build: $ make HAVE_LIBFONTS=0 HAVE_LIBWEBP=1 this is probably because one of the font library was including Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/337 Reviewed-by: Berke Kocaoğlu Reviewed-by: TAAPArthur Co-authored-by: NRK Co-committed-by: NRK --- image.c | 1 + 1 file changed, 1 insertion(+) (limited to 'image.c') 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 }; -- cgit v1.2.3-54-g00ecf