added include <cstdio> statements in several files to make it compatible with g+...
authoranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 23 Jun 2009 15:28:50 +0000 (15:28 +0000)
committeranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 23 Jun 2009 15:28:50 +0000 (15:28 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11266 221aa14e-8319-0410-a670-987f0aec2ac5

usrp/host/lib/legacy/db_boards.cc
usrp/host/lib/legacy/db_dbs_rx.cc
usrp/host/lib/legacy/db_xcvr2450.cc
usrp/host/lib/legacy/fusb_linux.cc
usrp/host/lib/legacy/usrp_basic.cc
usrp/host/lib/legacy/usrp_standard.cc

index 2498f3c66a17d91819b4f9fd50ab5aad3e640253..b537698be7696f17b8b52ee18323b68fb7aece43 100644 (file)
@@ -31,6 +31,7 @@
 #include <db_wbx.h>
 #include <db_dtt754.h>
 #include <db_dtt768.h>
+#include <cstdio>
 
 std::vector<db_base_sptr>
 instantiate_dbs(int dbid, usrp_basic_sptr usrp, int which_side)
index d98838a4aa075c519838210f41b3b73d60029962..6094f91346d3e825ceccdaabb1a9d418cc17c7f2 100644 (file)
@@ -21,6 +21,7 @@
 #include <db_dbs_rx.h>
 #include <db_base_impl.h>
 #include <cmath>
+#include <cstdio>
 
 
 /*****************************************************************************/
index b363d0987a7049da3099f8c5da044ea677978971..9ce3168e2d9f264e0958df0d9821ed98e3673f27 100644 (file)
@@ -23,6 +23,7 @@
 #include <cmath>
 #include <boost/thread.hpp>
 #include <boost/weak_ptr.hpp>
+#include <cstdio>
 
 #if 0
 #define LO_OFFSET 4.25e6
index 33ce079268cc9d30a7f6b565f766cbb65289e57d..6c484569f36562b148d7d35396705e9e32eb53b7 100644 (file)
@@ -37,6 +37,7 @@
 #include <algorithm>
 #include <errno.h>
 #include <string.h>
+#include <cstdio>
 
 #define MINIMIZE_TX_BUFFERING 1                // must be defined to 0 or 1
 
index 883e5ede483e2c04796334394a1036a0f9d51959..295c62f8cf0df9964a1f091706f79fe2d565c467 100644 (file)
@@ -37,6 +37,7 @@
 #include <math.h>
 #include <ad9862.h>
 #include <string.h>
+#include <cstdio>
 
 using namespace ad9862;
 
index ef0255af6092c85b9f25a05b03f983761f885c81..b810f99cdbc111d5cbf082f728ecd58dc03ac0b0 100644 (file)
@@ -29,6 +29,7 @@
 #include <assert.h>
 #include <math.h>
 #include <ad9862.h>
+#include <cstdio>
 
 
 static const int OLD_CAPS_VAL = 0xaa55ff77;