| commit | 85bca840ccba90e6b7c8030cd54a538352b53fad | [log] [tgz] |
|---|---|---|
| author | Carlo Bramini <carlo_bramini@users.sourceforge.net> | Wed Jun 25 09:34:35 2025 +0200 |
| committer | GitHub <noreply@github.com> | Wed Jun 25 09:34:35 2025 +0200 |
| tree | d9995eea1cb4822605ca9e16590bf5ab4fa2f27d | |
| parent | 554b00bf49ed76da696d4eca24da9c7d7a5889d1 [diff] |
MinGW: fix error of undefined strcmp() (#2837)
diff --git a/contrib/gdk-pixbuf/loader.c b/contrib/gdk-pixbuf/loader.c index 8a8180a..27b08d8 100644 --- a/contrib/gdk-pixbuf/loader.c +++ b/contrib/gdk-pixbuf/loader.c
@@ -4,6 +4,7 @@ #include <avif/avif.h> #include <stdlib.h> +#include <string.h> #define GDK_PIXBUF_ENABLE_BACKEND #include <gdk-pixbuf/gdk-pixbuf-io.h>