diff options
Diffstat (limited to 'vrt')
-rw-r--r-- | vrt/lib/expanded_header.cc | 3 | ||||
-rw-r--r-- | vrt/lib/expanded_if_context_section.cc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/vrt/lib/expanded_header.cc b/vrt/lib/expanded_header.cc index 74a156dd2..ab5e3a34e 100644 --- a/vrt/lib/expanded_header.cc +++ b/vrt/lib/expanded_header.cc @@ -23,7 +23,8 @@ #include <config.h> #endif #include <vrt/expanded_header.h> -#include <gruel/inet.h> +//#include <gruel/inet.h> +#include <arpa/inet.h> #include <boost/format.hpp> #include "header_utils.h" diff --git a/vrt/lib/expanded_if_context_section.cc b/vrt/lib/expanded_if_context_section.cc index 82acc3d1b..3f1cda4b4 100644 --- a/vrt/lib/expanded_if_context_section.cc +++ b/vrt/lib/expanded_if_context_section.cc @@ -24,7 +24,8 @@ #endif #include <vrt/expanded_if_context_section.h> #include <string.h> -#include <gruel/inet.h> // ntohl +//#include <gruel/inet.h> +#include <arpa/inet.h> #include <boost/format.hpp> #include "header_utils.h" |