summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-02-24 16:50:06 -0800
committerDamien Miller <djm@mindrot.org>2015-02-24 16:50:36 -0800
commit38806bda6d2e48ad32812b461eebe17672ada771 (patch)
tree40973ef6e20b8e8fe26ddc6183cf586c583fe61c /includes.h
parentd1db656021d0cd8c001a6692f772f1de29b67c8b (diff)
include netdb.h to look for MAXHOSTNAMELEN; ok tim
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
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 @@
27#include <sys/socket.h> /* For CMSG_* */ 27#include <sys/socket.h> /* For CMSG_* */
28 28
29#ifdef HAVE_LIMITS_H 29#ifdef HAVE_LIMITS_H
30# include <limits.h> /* For PATH_MAX */ 30# include <limits.h> /* For PATH_MAX, _POSIX_HOST_NAME_MAX */
31#endif 31#endif
32#ifdef HAVE_BSTRING_H 32#ifdef HAVE_BSTRING_H
33# include <bstring.h> 33# include <bstring.h>