repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
storj-uplink: 1.119.15 -> 1.120.4 (#375732)
[NixPkgs.git]
/
pkgs
/
by-name
/
li
/
libdaemon
/
fix-includes.patch
blob
51c5133afedefc302369ec01e359910f05108678
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>
12
13
#include <libdaemon/dfork.h>