summaryrefslogtreecommitdiff
path: root/usrp2
diff options
context:
space:
mode:
authorDon Ward2010-04-19 17:02:14 -0400
committerDon Ward2010-04-20 10:37:59 -0400
commit3b8fcaa640d75573d314fb8616969ad2adf2a099 (patch)
treed505471a8ff3a25ac38b56c8a0f350c0e2273dcf /usrp2
parentd1ae6560ab2b8b5d474e58f865314a6cf18b958c (diff)
downloadgnuradio-3b8fcaa640d75573d314fb8616969ad2adf2a099.tar.gz
gnuradio-3b8fcaa640d75573d314fb8616969ad2adf2a099.tar.bz2
gnuradio-3b8fcaa640d75573d314fb8616969ad2adf2a099.zip
Discard data in gr_udp_sink until receiver is started.
Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/host/include/usrp2/usrp2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index 7069507cf..e29caa33d 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -21,6 +21,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
+#include <boost/bind.hpp>
#include <vector>
#include <complex>
#include <usrp2/rx_sample_handler.h>