aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_image_loader.cpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2016-01-08 13:47:28 -0800
committerAshish Chaudhari <ashish@ettus.com>2016-01-08 13:47:28 -0800
commitaada5568494bdaff2d4814b5ccadd7def66b92f3 (patch)
treee0d57a7d6d402b485db65d9fd95d97c00ea6cd65 /host/lib/usrp/n230/n230_image_loader.cpp
parentaa38ea64e950325d43cc284f59878044ea4f935a (diff)
downloaduhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.tar.gz
uhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.tar.bz2
uhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.zip
usrp3,n230: Moved all shared FW-Host headers to the host dir
Diffstat (limited to 'host/lib/usrp/n230/n230_image_loader.cpp')
-rw-r--r--host/lib/usrp/n230/n230_image_loader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/n230/n230_image_loader.cpp b/host/lib/usrp/n230/n230_image_loader.cpp
index 48b41c7a9..f8a6ba092 100644
--- a/host/lib/usrp/n230/n230_image_loader.cpp
+++ b/host/lib/usrp/n230/n230_image_loader.cpp
@@ -24,8 +24,9 @@
#include <uhd/transport/udp_simple.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
+
+#include "n230_fw_host_iface.h"
#include "n230_impl.hpp"
-#include "../../../firmware/usrp3/n230/n230_fw_host_iface.h"
using namespace uhd;
using namespace uhd::usrp;