summaryrefslogtreecommitdiffstats
path: root/testing/awesome/awesome-glib-fix.patch
blob: e3e6fcf94896c4cc8fa5837d490252bfe5c7108c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
>=glib-2.31 build fix

--- a/spawn.c
+++ b/spawn.c
@@ -24,7 +24,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <glib/gspawn.h>
+#include <glib.h>
 
 #include "spawn.h"
 #include "screen.h"