void-packages/srcpkgs/budgie-screensaver/patches/musl.patch
2022-03-25 00:27:45 +01:00

13 lines
270 B
Diff

diff --git a/src/subprocs.c b/src/subprocs.c
index a378658..ba37650 100644
--- a/src/subprocs.c
+++ b/src/subprocs.c
@@ -36,6 +36,7 @@
# define fork vfork
#endif /* VMS */
+#define _POSIX_SOURCE
#include <signal.h> /* for the signal names */
#include <glib.h>