From 6a1278786cd59381ebf3066b650cba4e6352ce5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 13 Jan 2022 23:42:17 +0100 Subject: [PATCH] Fix a compiler warning --- fiv-io.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fiv-io.h b/fiv-io.h index 066770c..3841ffa 100644 --- a/fiv-io.h +++ b/fiv-io.h @@ -20,6 +20,7 @@ #include #include #include +#include // WebPConfig // --- Colour management ------------------------------------------------------- @@ -103,8 +104,6 @@ GPtrArray *fiv_io_model_get_subdirectories(FivIoModel *self); // --- Export ------------------------------------------------------------------ -typedef struct WebPConfig WebPConfig; - /// Encodes a Cairo surface as a WebP bitstream, following the configuration. /// The result needs to be freed using WebPFree/WebPDataClear(). unsigned char *fiv_io_encode_webp(