void-packages/srcpkgs/budgie-screensaver/patches/musl.patch

13 lines
270 B
Diff
Raw Normal View History

2022-03-20 00:27:41 +00:00
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>