summaryrefslogtreecommitdiff
path: root/sysutils/waynergy/files/patch-src_wl__idle__gnome.c
blob: 49b92e5996abe4ca4c118a3cb38c9173aeb90567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/wl_idle_gnome.c.orig	2022-12-07 02:05:11 UTC
+++ src/wl_idle_gnome.c
@@ -2,6 +2,8 @@
 #include <signal.h>
 #include <spawn.h>
 
+extern char **environ;
+
 static void inhibit_stop(struct wlIdle *idle)
 {
 	pid_t *inhibitor = idle->state;