mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
11 lines
246 B
C
11 lines
246 B
C
--- 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;
|