From 0eeafcd76b972a3d159f3118227c149a4d7817fe Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 31 Jan 2014 14:18:51 +1100 Subject: [PATCH] - (dtucker) [readconf.c] Include for the hton macros. Fixes build with HP-UX's compiler. Patch from Kevin Brott. --- ChangeLog | 2 ++ readconf.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9740631e..2dd542ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 diff --git a/readconf.c b/readconf.c index 9c7e73d7d..7b42f68d9 100644 --- a/readconf.c +++ b/readconf.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include