- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes

build with HP-UX's compiler.  Patch from Kevin Brott.
This commit is contained in:
Darren Tucker 2014-01-31 14:18:51 +11:00
parent 7e5cec6070
commit 0eeafcd76b
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
20140131
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
syscall from sandboxes; it may be called by packet_close.
- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
build with HP-UX's compiler. Patch from Kevin Brott.
20140130
- (djm) [configure.ac] Only check for width-specified integer types

View File

@ -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>