From 7efcf4f935d0466b6ada44bed62d729cd2cddbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <79349457+MehdiChinoune@users.noreply.github.com> Date: Fri, 15 Apr 2022 09:34:24 +0100 Subject: Some fixes for MINGW (#828) * Enable webpng on MINGW * Detect GD version using cmake language * Use _aligned_malloc instead of posix_memalign on Windows * Include missing "errno.h" * Fix finding WEBP on MINGW * Fix finding XPM on MINGW * Use PkgConfig to find packages on MINGW * CI: Enable more options for MINGW --- tests/gdtest/gdtest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/gdtest/gdtest.c b/tests/gdtest/gdtest.c index 72b3758..f373469 100644 --- a/tests/gdtest/gdtest.c +++ b/tests/gdtest/gdtest.c @@ -9,6 +9,7 @@ #include #include #include +#include #ifdef HAVE_DIRENT_H #include -- cgit v1.2.1