summaryrefslogtreecommitdiff
path: root/usrp/host/lib/inband/usrp_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/inband/usrp_rx.h')
-rw-r--r--usrp/host/lib/inband/usrp_rx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usrp/host/lib/inband/usrp_rx.h b/usrp/host/lib/inband/usrp_rx.h
index 9496b27d9..1006235bf 100644
--- a/usrp/host/lib/inband/usrp_rx.h
+++ b/usrp/host/lib/inband/usrp_rx.h
@@ -23,8 +23,7 @@
#include <mblock/mblock.h>
#include <fstream>
-
-class usrp_standard_rx;
+#include "usrp_standard.h"
extern bool usrp_rx_stop; // used to communicate a 'stop' to the RX stub
@@ -34,7 +33,7 @@ extern bool usrp_rx_stop; // used to communicate a 'stop' to the RX stub
class usrp_rx : public mb_mblock
{
mb_port_sptr d_cs;
- usrp_standard_rx *d_urx;
+ usrp_standard_rx_sptr d_urx;
bool d_disk_write;
bool d_disk_write_pkt;