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 07bcd89f2c426..2893a54cdc6bf 100644 --- a/includes.h +++ b/includes.h @@ -23,10 +23,11 @@ #endif #include <sys/types.h> +#include <sys/param.h> #include <sys/socket.h> /* For CMSG_* */ #ifdef HAVE_LIMITS_H -# include <limits.h> /* For PATH_MAX */ +# include <limits.h> /* For PATH_MAX, _POSIX_HOST_NAME_MAX */ #endif #ifdef HAVE_BSTRING_H # include <bstring.h> @@ -166,7 +167,9 @@ # endif #endif +#ifdef WITH_OPENSSL #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ +#endif #include "defines.h" |
