diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-17 19:23:56 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-17 19:23:56 +0000 |
commit | 1e28ae518de1268efa370eb8b4b206b7d5a49b03 (patch) | |
tree | 3f989545009e168064987b3ef70c486c24a21c5b /host/lib/usrp/usrp_e/io_impl.cpp | |
parent | 1aa1404ebb59594a8c81b31f9b56ad35bd832a26 (diff) | |
download | uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.tar.gz uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.tar.bz2 uhd-1e28ae518de1268efa370eb8b4b206b7d5a49b03.zip |
usrp-e: building off of next branch
Diffstat (limited to 'host/lib/usrp/usrp_e/io_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/io_impl.cpp b/host/lib/usrp/usrp_e/io_impl.cpp index bbc3f5215..eaa45d60c 100644 --- a/host/lib/usrp/usrp_e/io_impl.cpp +++ b/host/lib/usrp/usrp_e/io_impl.cpp @@ -17,7 +17,7 @@ #include "usrp_e_impl.hpp" #include "usrp_e_regs.hpp" -#include "../dsp_utils.hpp" +#include <uhd/usrp/dsp_utils.hpp> #include "../../transport/vrt_packet_handler.hpp" #include <boost/bind.hpp> #include <fcntl.h> //read, write |