diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-22 19:22:17 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-22 19:22:17 +1000 |
commit | dace233d70cd5990500651dc416a634ed18e5c02 (patch) | |
tree | 56515dd3240da8d57a09505808d26a98fce048b0 /canohost.c | |
parent | 0dc5484ca690ff0dce0f9643523b10935140e086 (diff) | |
download | openssh-git-dace233d70cd5990500651dc416a634ed18e5c02.tar.gz |
- (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 'canohost.c')
-rw-r--r-- | canohost.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <sys/socket.h> #include <netinet/in.h> +#include <arpa/inet.h> #include <ctype.h> #include <errno.h> |