storj-uplink: 1.119.15 -> 1.120.4 (#375732)
[NixPkgs.git] / pkgs / by-name / li / libdaemon / fix-includes.patch
blob51c5133afedefc302369ec01e359910f05108678
1 --- libdaemon-0.14.orig/examples/testd.c
2 +++ libdaemon-0.14/examples/testd.c
3 @@ -21,9 +21,9 @@
4 #include <signal.h>
5 #include <errno.h>
6 #include <string.h>
7 +#include <unistd.h>
8 #include <sys/types.h>
9 #include <sys/time.h>
10 -#include <sys/unistd.h>
11 #include <sys/select.h>
13 #include <libdaemon/dfork.h>