summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-11 08:20:09 +0000
committerDamien Miller <djm@mindrot.org>2014-12-11 19:20:29 +1100
commit48b68ce19ca42fa488960028048dec023f7899bb (patch)
tree926ad0be9cfd33becdc5968a855d9c4b7e7c4792 /includes.h
parentd663bea30a294d440fef4398e5cd816317bd4518 (diff)
upstream commit
explicitly include sys/param.h in files that use the howmany() macro; from portable
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 07bcd89f2..095161c28 100644
--- a/includes.h
+++ b/includes.h
@@ -23,6 +23,7 @@
23#endif 23#endif
24 24
25#include <sys/types.h> 25#include <sys/types.h>
26#include <sys/param.h>
26#include <sys/socket.h> /* For CMSG_* */ 27#include <sys/socket.h> /* For CMSG_* */
27 28
28#ifdef HAVE_LIMITS_H 29#ifdef HAVE_LIMITS_H