aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-callbacks-included-gstdio.h.patch
blob: dea28cb8ac1d1bb09d2e9ef9f58c35439b0dedf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 e780847..a83618f 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"