identify.c: Include <sys/resource.h> for `setrlimit' and friends.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Jun 2018 23:42:37 +0000 (00:42 +0100)
committerMark 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

diff --git a/fwd.h b/fwd.h
index f10af74..f075c53 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/resource.h>
 #include <sys/uio.h>
 #include <sys/wait.h>