diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 03:01:35 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 03:01:35 -0300 |
commit | d0e912ce283db921fca90de83f4282da1d034ab5 (patch) | |
tree | 11e8ceb98cb2949aeedd962c6397f2b367d0637d /debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch | |
parent | f772a2e9782522ab160fcd43b01ad8f104e4ddcc (diff) |
debian/patches/ updated
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 | 21 |
1 files changed, 21 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..540382c4 --- /dev/null +++ b/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch @@ -0,0 +1,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 |