aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch
blob: 540382c4061cd66c2464ca2f48d8c3985a24dda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Lucas de Castro Borges <lucas@gnuabordo.com.br>
Date: Mon, 22 Apr 2024 03:01:23 -0300
Subject: shell/syncmanager included glib stdio header

---
 shell/syncmanager.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shell/syncmanager.c b/shell/syncmanager.c
index 0f08cf8..92767b4 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
@@ -26,6 +26,8 @@
 #include <stdarg.h>
 #include <string.h>
 
+#include <glib/gstdio.h>
+
 #ifndef SOUP_CHECK_VERSION
     #define SOUP_CHECK_VERSION(a,b,c) 0
 #endif