diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-22 11:22:17 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-22 11:22:17 +0200 |
commit | dace233d70cd5990500651dc416a634ed18e5c02 (patch) | |
tree | 56515dd3240da8d57a09505808d26a98fce048b0 /packet.c | |
parent | - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes (diff) | |
download | openssh-dace233d70cd5990500651dc416a634ed18e5c02.tar.xz openssh-dace233d70cd5990500651dc416a634ed18e5c02.zip |
- (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
some platforms (eg HP-UX 11.00). From santhi.amirta at gmail com.
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ #include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/ip.h> +#include <arpa/inet.h> #include <errno.h> #include <stdarg.h> |