diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-20 14:33:55 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-20 14:33:55 -0700 |
commit | 054a752bb25f9e17c1269b28ad2a95865c0d63a2 (patch) | |
tree | 32800023382874abe9eedab943f42904e9d8c3d1 /host/lib/usrp/x300/x300_regs.hpp | |
parent | 54674084d36ea529290b4ad4493df3025ef0f041 (diff) | |
download | uhd-054a752bb25f9e17c1269b28ad2a95865c0d63a2.tar.gz uhd-054a752bb25f9e17c1269b28ad2a95865c0d63a2.tar.bz2 uhd-054a752bb25f9e17c1269b28ad2a95865c0d63a2.zip |
x300: adding include to fix builds on older systems
Diffstat (limited to 'host/lib/usrp/x300/x300_regs.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_regs.hpp b/host/lib/usrp/x300/x300_regs.hpp index cf1e33695..d4610499a 100644 --- a/host/lib/usrp/x300/x300_regs.hpp +++ b/host/lib/usrp/x300/x300_regs.hpp @@ -18,6 +18,7 @@ #ifndef INCLUDED_X300_REGS_HPP #define INCLUDED_X300_REGS_HPP +#include <stdint.h> #include <boost/cstdint.hpp> #define TOREG(x) ((x)*4) |