libdaemon: Add patch to fix musl build

This commit is contained in:
Will Dietz
2018-02-13 09:44:50 -06:00
parent e2ef21d9b5
commit 0153599164
2 changed files with 19 additions and 2 deletions
@@ -0,0 +1,13 @@
--- libdaemon-0.14.orig/examples/testd.c
+++ libdaemon-0.14/examples/testd.c
@@ -21,9 +21,9 @@
#include <signal.h>
#include <errno.h>
#include <string.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
-#include <sys/unistd.h>
#include <sys/select.h>
#include <libdaemon/dfork.h>