From 2d2148e9bd7b29fab004e9155cbe09f5b9ae1951 Mon Sep 17 00:00:00 2001 From: anastas Date: Tue, 23 Jun 2009 15:29:14 +0000 Subject: added include statements in several files to make it compatible with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11267 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/host/lib/eth_buffer.cc | 1 + usrp2/host/lib/ethernet.cc | 2 ++ usrp2/host/lib/find.cc | 1 + usrp2/host/lib/usrp2.cc | 1 + 4 files changed, 5 insertions(+) (limited to 'usrp2/host/lib') diff --git a/usrp2/host/lib/eth_buffer.cc b/usrp2/host/lib/eth_buffer.cc index 4c346c292..bd37061fd 100644 --- a/usrp2/host/lib/eth_buffer.cc +++ b/usrp2/host/lib/eth_buffer.cc @@ -35,6 +35,7 @@ #include #include #include +#include #define ETH_BUFFER_DEBUG 0 // define to 0 or 1 diff --git a/usrp2/host/lib/ethernet.cc b/usrp2/host/lib/ethernet.cc index 65e989cec..e51680b2e 100644 --- a/usrp2/host/lib/ethernet.cc +++ b/usrp2/host/lib/ethernet.cc @@ -20,10 +20,12 @@ #include #endif +#include "eth_buffer.h" #include "ethernet.h" #include "pktfilter.h" #include +#include #include #include #include diff --git a/usrp2/host/lib/find.cc b/usrp2/host/lib/find.cc index f6c04a58e..d1df47fc5 100644 --- a/usrp2/host/lib/find.cc +++ b/usrp2/host/lib/find.cc @@ -29,6 +29,7 @@ #include #include #include +#include #define FIND_DEBUG 0 diff --git a/usrp2/host/lib/usrp2.cc b/usrp2/host/lib/usrp2.cc index f48d467ca..a2a9ecc11 100644 --- a/usrp2/host/lib/usrp2.cc +++ b/usrp2/host/lib/usrp2.cc @@ -27,6 +27,7 @@ #include #include #include +#include namespace usrp2 { -- cgit