diff options
| author | Darren Tucker <dtucker@zip.com.au> | 2014-01-31 14:18:51 +1100 |
|---|---|---|
| committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-31 14:18:51 +1100 |
| commit | 0eeafcd76b972a3d159f3118227c149a4d7817fe (patch) | |
| tree | 7c81429e0fe10eb98123351aa2340c644c17d34c | |
| parent | 7e5cec6070673e9f9785ffc749837ada22fbe99f (diff) | |
- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
build with HP-UX's compiler. Patch from Kevin Brott.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | readconf.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 @@ -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> |
