diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-14 23:37:35 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 23:49:27 -0700 |
commit | 7951170c6161d9266726ec19e8c009500cf11f75 (patch) | |
tree | 576775af2c6627148c62a92564540239c6da4b18 /host/lib/usrp/usrp1 | |
parent | 3a98692c22bae3027b4586c2d43760ed5fdddd6f (diff) | |
download | uhd-7951170c6161d9266726ec19e8c009500cf11f75.tar.gz uhd-7951170c6161d9266726ec19e8c009500cf11f75.tar.bz2 uhd-7951170c6161d9266726ec19e8c009500cf11f75.zip |
usb: fix for fx2_ctrl include issuerelease_003_001_002
Diffstat (limited to 'host/lib/usrp/usrp1')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_iface.hpp b/host/lib/usrp/usrp1/usrp1_iface.hpp index c374149fa..e480c22ea 100644 --- a/host/lib/usrp/usrp1/usrp1_iface.hpp +++ b/host/lib/usrp/usrp1/usrp1_iface.hpp @@ -21,7 +21,7 @@ #include <uhd/usrp/mboard_iface.hpp> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> -#include "fx2_ctrl.hpp" +#include "../fx2/fx2_ctrl.hpp" /*! * The usrp1 interface class: |