diff options
author | anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-23 15:28:50 +0000 |
---|---|---|
committer | anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-23 15:28:50 +0000 |
commit | 761c5eb844042d4f046e905f37081872b62f3c29 (patch) | |
tree | 900d12e505c3d33cdf89e86f7767b333d2b11b42 /usrp/host/lib/legacy/usrp_basic.cc | |
parent | 3d96f5933c45f7024e11d996c49b02955c4c74d8 (diff) |
added include <cstdio> statements in several files to make it compatible with g++ 4.4
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11266 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/legacy/usrp_basic.cc')
-rw-r--r-- | usrp/host/lib/legacy/usrp_basic.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/legacy/usrp_basic.cc b/usrp/host/lib/legacy/usrp_basic.cc index 883e5ede48..295c62f8cf 100644 --- a/usrp/host/lib/legacy/usrp_basic.cc +++ b/usrp/host/lib/legacy/usrp_basic.cc @@ -37,6 +37,7 @@ #include <math.h> #include <ad9862.h> #include <string.h> +#include <cstdio> using namespace ad9862; |