From 3a0887fa72d1cfc11cba5a1a99225e01a45a72f0 Mon Sep 17 00:00:00 2001 From: hipersayanX Date: Sun, 19 May 2024 13:14:54 -0300 Subject: [PATCH] Added missing include g_unlink() needs glib/gstdio.h to be included. --- src/appimagetool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appimagetool.c b/src/appimagetool.c index d5c8f4b..d3a10fe 100644 --- a/src/appimagetool.c +++ b/src/appimagetool.c @@ -33,6 +33,7 @@ #include #include +#include #include #include