summaryrefslogtreecommitdiff
path: root/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch')
-rw-r--r--debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
new file mode 100644
index 00000000..4bd15b5f
--- /dev/null
+++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
@@ -0,0 +1,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>
+
+