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 | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index 4bd15b5f..00000000 --- a/debian/patches/0003-shell-syncmanager-included-glib-stdio-header.patch +++ /dev/null @@ -1,20 +0,0 @@ -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> - - |