diff options
Diffstat (limited to 'usrp/host/lib/inband/usrp_server.cc')
-rw-r--r-- | usrp/host/lib/inband/usrp_server.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp/host/lib/inband/usrp_server.cc b/usrp/host/lib/inband/usrp_server.cc index d73c7d525..1948a43b2 100644 --- a/usrp/host/lib/inband/usrp_server.cc +++ b/usrp/host/lib/inband/usrp_server.cc @@ -28,6 +28,7 @@ #include <mb_class_registry.h> #include <vector> #include <usrp_usb_interface.h> +#include <string.h> #include <symbols_usrp_server_cs.h> #include <symbols_usrp_channel.h> @@ -35,6 +36,7 @@ #include <symbols_usrp_rx.h> #include <symbols_usrp_low_level_cs.h> #include <symbols_usrp_interface_cs.h> + static pmt_t s_shutdown = pmt_intern("%shutdown"); typedef usrp_inband_usb_packet transport_pkt; // makes conversion to gigabit easy |