summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-14 23:58:06 -0700
committerJosh Blum <josh@joshknows.com>2011-06-14 23:58:06 -0700
commited3439eebb51ab5ef8f184624212ded30a8544bb (patch)
tree0660ae74590535d095390e646c01a6ca055e312e /host/lib
parent522677b38cf06eea61ceb724d099fc901dc1c4b5 (diff)
downloaduhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.tar.gz
uhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.tar.bz2
uhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.zip
b100: fix fx2_ctrl include to use relative path
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/usrp_b100/b100_iface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_b100/b100_iface.hpp b/host/lib/usrp/usrp_b100/b100_iface.hpp
index 4da43681d..57ed6a45c 100644
--- a/host/lib/usrp/usrp_b100/b100_iface.hpp
+++ b/host/lib/usrp/usrp_b100/b100_iface.hpp
@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <uhd/transport/usb_zero_copy.hpp>
-#include "fx2_ctrl.hpp"
+#include "../fx2/fx2_ctrl.hpp"
#include "b100_ctrl.hpp"
/*!