diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-14 23:58:06 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 23:58:06 -0700 |
commit | ed3439eebb51ab5ef8f184624212ded30a8544bb (patch) | |
tree | 0660ae74590535d095390e646c01a6ca055e312e | |
parent | 522677b38cf06eea61ceb724d099fc901dc1c4b5 (diff) | |
download | uhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.tar.gz uhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.tar.bz2 uhd-ed3439eebb51ab5ef8f184624212ded30a8544bb.zip |
b100: fix fx2_ctrl include to use relative path
-rw-r--r-- | host/lib/usrp/usrp_b100/b100_iface.hpp | 2 |
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" /*! |