summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2014-01-31 03:18:51 +0000
committerdtucker <dtucker>2014-01-31 03:18:51 +0000
commit0b57ecf80a7a12d154b9800ef99cc0f5a9f19e4b (patch)
tree885f77ed6e71e475fa86258488ae4402d75b5f34 /readconf.c
parent23c3b419f48d5a2c4ac048e2dd54956705a6344b (diff)
downloadopenssh-0b57ecf80a7a12d154b9800ef99cc0f5a9f19e4b.tar.gz
- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
build with HP-UX's compiler. Patch from Kevin Brott.
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c
index 9c7e73d7..7b42f68d 100644
--- a/readconf.c
+++ b/readconf.c
@@ -22,6 +22,7 @@
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
+#include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>