diff options
author | djm@openbsd.org <djm@openbsd.org> | 2014-12-11 08:20:09 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-12-11 19:20:29 +1100 |
commit | 48b68ce19ca42fa488960028048dec023f7899bb (patch) | |
tree | 926ad0be9cfd33becdc5968a855d9c4b7e7c4792 /includes.h | |
parent | d663bea30a294d440fef4398e5cd816317bd4518 (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.h | 1 |
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 |