diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-18 10:01:09 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-18 10:01:09 -0700 |
commit | f2a86eb6389210a8ebd475782ab707f814c6e49c (patch) | |
tree | 4fb20be840b57064cb66fd1dcad6f261815a6b9a /host | |
parent | 69aaffa6d8d4614dbf6b751fe058e39fced68153 (diff) | |
download | uhd-f2a86eb6389210a8ebd475782ab707f814c6e49c.tar.gz uhd-f2a86eb6389210a8ebd475782ab707f814c6e49c.tar.bz2 uhd-f2a86eb6389210a8ebd475782ab707f814c6e49c.zip |
define namespace hack when in c compiling
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 9740448ee..7fcae6fb2 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -29,6 +29,7 @@ extern "C" { #else #include <stdint.h> +#define _SINS_ #endif // size of the vrt header and trailer to the host |