diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes.h b/includes.h index 07bcd89f2..2893a54cd 100644 --- a/includes.h +++ b/includes.h | |||
@@ -23,10 +23,11 @@ | |||
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 |
29 | # include <limits.h> /* For PATH_MAX */ | 30 | # include <limits.h> /* For PATH_MAX, _POSIX_HOST_NAME_MAX */ |
30 | #endif | 31 | #endif |
31 | #ifdef HAVE_BSTRING_H | 32 | #ifdef HAVE_BSTRING_H |
32 | # include <bstring.h> | 33 | # include <bstring.h> |
@@ -166,7 +167,9 @@ | |||
166 | # endif | 167 | # endif |
167 | #endif | 168 | #endif |
168 | 169 | ||
170 | #ifdef WITH_OPENSSL | ||
169 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ | 171 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ |
172 | #endif | ||
170 | 173 | ||
171 | #include "defines.h" | 174 | #include "defines.h" |
172 | 175 | ||