blob: 4bd15b5f3234c6b95b0cd745ceb8f3bb2840b0ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|