diff options
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.patch | 19 |
1 files changed, 9 insertions, 10 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 index 540382c4..4bd15b5f 100644 --- a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch +++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch @@ -1,21 +1,20 @@ From: Lucas de Castro Borges <lucas@gnuabordo.com.br> -Date: Mon, 22 Apr 2024 03:01:23 -0300 +Date: Mon, 22 Apr 2024 18:36:27 -0300 Subject: shell/syncmanager included glib stdio header --- - shell/syncmanager.c | 2 ++ - 1 file changed, 2 insertions(+) + shell/syncmanager.c | 1 + + 1 file changed, 1 insertion(+) diff --git a/shell/syncmanager.c b/shell/syncmanager.c -index 0f08cf8..92767b4 100644 +index 17fdc42..d071994 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c -@@ -26,6 +26,8 @@ +@@ -26,6 +26,7 @@ #include <stdarg.h> #include <string.h> - + #include <fcntl.h> +#include <glib/gstdio.h> -+ - #ifndef SOUP_CHECK_VERSION - #define SOUP_CHECK_VERSION(a,b,c) 0 - #endif + #include <stdio.h> + + |