diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h index c3034e37d..2893a54cd 100644 --- a/includes.h +++ b/includes.h @@ -27,7 +27,7 @@ #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> |