diff options
author | Don Ward | 2010-04-19 17:02:14 -0400 |
---|---|---|
committer | Don Ward | 2010-04-20 10:37:59 -0400 |
commit | 3b8fcaa640d75573d314fb8616969ad2adf2a099 (patch) | |
tree | d505471a8ff3a25ac38b56c8a0f350c0e2273dcf /usrp2 | |
parent | d1ae6560ab2b8b5d474e58f865314a6cf18b958c (diff) | |
download | gnuradio-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.h | 1 |
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> |