blob: 1027ae8e6cbfc715607cc596008fe6b147e7a097 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001musl complains
2fatal error: sys/unistd.h: No such file or directory
3and rightly so
4
5Signed-off-by: Khem Raj <raj.khem@gmail.com>
6Upstream-Status: Pending
7
8--- libdaemon-0.14.orig/examples/testd.c
9+++ libdaemon-0.14/examples/testd.c
10@@ -21,9 +21,9 @@
11 #include <signal.h>
12 #include <errno.h>
13 #include <string.h>
14+#include <unistd.h>
15 #include <sys/types.h>
16 #include <sys/time.h>
17-#include <sys/unistd.h>
18 #include <sys/select.h>
19
20 #include <libdaemon/dfork.h>