diff options
author | Eric Blossom | 2010-10-05 13:34:15 -0700 |
---|---|---|
committer | Eric Blossom | 2010-10-05 13:34:15 -0700 |
commit | d072f53d3aafc68821e2450ac6876614dc0b1713 (patch) | |
tree | 1cc1c229721e86c127bca69c4ba3e772229f3e45 /vrt/lib/expanded_header.cc | |
parent | 58a9c0498ee8df542a9eddeb0179995c8f03ca8e (diff) | |
download | gnuradio-d072f53d3aafc68821e2450ac6876614dc0b1713.tar.gz gnuradio-d072f53d3aafc68821e2450ac6876614dc0b1713.tar.bz2 gnuradio-d072f53d3aafc68821e2450ac6876614dc0b1713.zip |
Remove vrt dependence on gruel. Should also build on non-Linux OS's too.
Diffstat (limited to 'vrt/lib/expanded_header.cc')
-rw-r--r-- | vrt/lib/expanded_header.cc | 3 |
1 files changed, 2 insertions, 1 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" |