diff options
author | Thomas Tsou <ttsou@vt.edu> | 2010-08-26 17:07:17 -0700 |
---|---|---|
committer | Thomas Tsou <ttsou@vt.edu> | 2010-08-27 11:59:17 -0700 |
commit | 98510590c453bf366d29e488c1d3b54ec022f919 (patch) | |
tree | 0ab16353aab3599238cfee94a31e86395bfcf742 /host/lib/usrp | |
parent | 5e047eb5cb6f51b0c86ace7e5b4ea6c8089f0de9 (diff) | |
download | uhd-98510590c453bf366d29e488c1d3b54ec022f919.tar.gz uhd-98510590c453bf366d29e488c1d3b54ec022f919.tar.bz2 uhd-98510590c453bf366d29e488c1d3b54ec022f919.zip |
usrp1: Add missing include for fpga registers
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/usrp1/mboard_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/mboard_impl.cpp b/host/lib/usrp/usrp1/mboard_impl.cpp index 8c9be9f73..0b1335acf 100644 --- a/host/lib/usrp/usrp1/mboard_impl.cpp +++ b/host/lib/usrp/usrp1/mboard_impl.cpp @@ -18,6 +18,7 @@ #include "usrp1_impl.hpp" #include "usrp_commands.h" #include "fpga_regs_standard.h" +#include "fpga_regs_common.h" #include <uhd/usrp/misc_utils.hpp> #include <uhd/usrp/mboard_props.hpp> #include <uhd/usrp/dboard_props.hpp> |