diff options
author | Eric Blossom | 2009-09-23 05:38:07 -0700 |
---|---|---|
committer | Eric Blossom | 2009-09-23 05:38:07 -0700 |
commit | ec52b1c2e99cfa8a44943f47cad00b4c9862602b (patch) | |
tree | 25200a79500d84310e906c34b1053ceeeeb0b302 | |
parent | 7e9c7be46de8329c1aa884197378246d54cf05cd (diff) | |
download | gnuradio-ec52b1c2e99cfa8a44943f47cad00b4c9862602b.tar.gz gnuradio-ec52b1c2e99cfa8a44943f47cad00b4c9862602b.tar.bz2 gnuradio-ec52b1c2e99cfa8a44943f47cad00b4c9862602b.zip |
use gruel/inet.h instead of arap/inet.h
-rw-r--r-- | vrt/lib/expanded_header.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vrt/lib/expanded_header.cc b/vrt/lib/expanded_header.cc index d5c4ea888..bd1d92e53 100644 --- a/vrt/lib/expanded_header.cc +++ b/vrt/lib/expanded_header.cc @@ -23,7 +23,7 @@ #include <config.h> #endif #include <vrt/expanded_header.h> -#include <arpa/inet.h> // needs autoconf'ing +#include <gruel/inet.h> //#include <stdio.h> namespace vrt { |