From d0e912ce283db921fca90de83f4282da1d034ab5 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 03:01:35 -0300 Subject: debian/patches/ updated --- ...ell-syncmanager-included-glib-stdio-header.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch 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..540382c4 --- /dev/null +++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch @@ -0,0 +1,21 @@ +From: Lucas de Castro Borges +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 + #include + ++#include ++ + #ifndef SOUP_CHECK_VERSION + #define SOUP_CHECK_VERSION(a,b,c) 0 + #endif diff --git a/debian/patches/series b/debian/patches/series index 84917e0a..68a53ef1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-callbacks-included-gstdio.h.patch 0002-module-benchmark-fft.c-included-cpu_util-header.patch +0003-shell-syncmanager-included-glib-stdio-header.patch -- cgit v1.2.3