diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 02:28:57 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 02:28:57 -0300 |
commit | c7a5c2cf40d60f9661f73de09a8f3cd74f557b3d (patch) | |
tree | edd79894ff8c6647f1137270f10d9474f911e74b /debian/patches | |
parent | 06de10e0db62aa9addd139864e1c97e267265fe7 (diff) |
debian/patches/ updated
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-callbacks-included-gstdio.h.patch | 20 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0001-callbacks-included-gstdio.h.patch b/debian/patches/0001-callbacks-included-gstdio.h.patch new file mode 100644 index 00000000..4518b933 --- /dev/null +++ b/debian/patches/0001-callbacks-included-gstdio.h.patch @@ -0,0 +1,20 @@ +From: Lucas de Castro Borges <lucas@gnuabordo.com.br> +Date: Mon, 22 Apr 2024 02:28:14 -0300 +Subject: callbacks included gstdio.h + +--- + shell/callbacks.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/shell/callbacks.c b/shell/callbacks.c +index b9c6252..4e067f1 100644 +--- a/shell/callbacks.c ++++ b/shell/callbacks.c +@@ -18,6 +18,7 @@ + + #include <stdlib.h> + #include <gtk/gtk.h> ++#include <glib/gstdio.h> + + #include "hardinfo.h" + #include "callbacks.h" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..1a31906a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-callbacks-included-gstdio.h.patch |