From: Lucas de Castro Borges <lucas@gnuabordo.com.br> Date: Mon, 22 Apr 2024 18:36:27 -0300 Subject: shell/syncmanager included glib stdio header --- shell/syncmanager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 17fdc42..d071994 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -26,6 +26,7 @@ #include <stdarg.h> #include <string.h> #include <fcntl.h> +#include <glib/gstdio.h> #include <stdio.h>