summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blossom2009-09-23 05:38:07 -0700
committerEric Blossom2009-09-23 05:38:07 -0700
commitec52b1c2e99cfa8a44943f47cad00b4c9862602b (patch)
tree25200a79500d84310e906c34b1053ceeeeb0b302
parent7e9c7be46de8329c1aa884197378246d54cf05cd (diff)
downloadgnuradio-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.cc2
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 {