diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-02 11:11:02 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-02 11:11:02 -0800 |
commit | 785096ccbb8a7548fb0c053357bc6b6f1a8334fb (patch) | |
tree | 43cecab42c584abcd53fa26d1cac1b737e33cede /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | c69d9c0205d897923b07ac77cb87633fb4925b53 (diff) | |
download | uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.tar.gz uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.tar.bz2 uhd-785096ccbb8a7548fb0c053357bc6b6f1a8334fb.zip |
usrp2: only include fw_common when needed, remove virtual send/recv, not exposed
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 397fae636..f20d3ab46 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -17,6 +17,7 @@ #include "usrp2_impl.hpp" #include "usrp2_regs.hpp" +#include "fw_common.h" #include <uhd/usrp/gps_ctrl.hpp> #include <uhd/usrp/misc_utils.hpp> #include <uhd/usrp/dsp_utils.hpp> |