chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2b5ab91
)
identify.c: Include <sys/resource.h> for `setrlimit' and friends.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Jun 2018 23:42:37 +0000
(
00:42
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 4 Jun 2018 03:16:01 +0000
(
04:16
+0100)
POSIX says this is where to find them.
fwd.h
patch
|
blob
|
blame
|
history
diff --git
a/fwd.h
b/fwd.h
index f10af74cc2ee2fb6e8072b375189d5e1c6bc42b7..f075c53ef1ff3b9dff1f9fe27013fcf3a1ab8960 100644
(file)
--- a/
fwd.h
+++ b/
fwd.h
@@
-62,6
+62,7
@@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
+#include <sys/resource.h>
#include <sys/uio.h>
#include <sys/wait.h>
#include <sys/uio.h>
#include <sys/wait.h>