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 + 1 file changed, 1 insertion(+) (limited to 'usrp2/host/lib/eth_buffer.cc') 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 -- cgit