From 3b8fcaa640d75573d314fb8616969ad2adf2a099 Mon Sep 17 00:00:00 2001 From: Don Ward Date: Mon, 19 Apr 2010 17:02:14 -0400 Subject: Discard data in gr_udp_sink until receiver is started. Also fixes warnings from gcc 4.3 and adds for usrp2. --- usrp2/host/include/usrp2/usrp2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usrp2/host') 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 #include +#include #include #include #include -- cgit