opnsense-ports/audio/ncmpc/files/patch-src_plugin.cxx
Franco Fichtner fb9513c51c */*: sync with upstream
Taken from: FreeBSD
2023-08-02 12:51:10 +02:00

11 lines
202 B
C++

--- src/plugin.cxx.orig 2023-07-16 02:01:20 UTC
+++ src/plugin.cxx
@@ -21,6 +21,8 @@
#include <sys/stat.h>
#include <sys/wait.h>
+extern char **environ;
+
struct PluginCycle;
class PluginPipe {