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:29:14 +0000 (15:29 +0000)
committeranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 23 Jun 2009 15:29:14 +0000 (15:29 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11267 221aa14e-8319-0410-a670-987f0aec2ac5

usrp2/host/apps/find_usrps.cc
usrp2/host/apps/gpio.cc
usrp2/host/apps/rx_streaming_samples.cc
usrp2/host/apps/test_mimo_tx.cc
usrp2/host/apps/tx_samples.cc
usrp2/host/lib/eth_buffer.cc
usrp2/host/lib/ethernet.cc
usrp2/host/lib/find.cc
usrp2/host/lib/usrp2.cc

index 1010c4aff55b39ccfb125933da55d3b945eb8c11..ff6b4ab79dcf82d446a7c643f03dfc8064376945 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <usrp2/usrp2.h>
 #include <iostream>
+#include <cstdio>
 #include <getopt.h>
 
 static void
index 770b54ee2cc151d15d6bab58b9808dc9d30e8c8d..2fee7e76104f2c1813f490ab2fa0a13ffb156d72 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <usrp2/usrp2.h>
 #include <iostream>
+#include <cstdio>
 
 int
 main(int argc, char **argv)
index 931ab9707ffd2260987d4e22a1e7f7c2bfaa3c39..8479ae1b262c89893e90fdcee0c8498a2081f853 100644 (file)
@@ -27,6 +27,7 @@
 #include <gruel/realtime.h>
 #include <sys/time.h>
 #include <iostream>
+#include <cstdio>
 #include <string.h>
 #include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
index 388c348d77bca9fb43467bb3e2c63838e03e969d..f52bfd5820dbfd973559f51ffaf898e5ea993eee 100644 (file)
@@ -33,6 +33,7 @@
 #include <usrp2/usrp2.h>
 #include <usrp2/strtod_si.h>
 #include <iostream>
+#include <cstdio>
 #include <complex>
 #include <getopt.h>
 #include <gruel/realtime.h>
index 8ce643f0a010b1f88bbe9d0be9f9edd4417d4632..5c3728fb1518d2859dc1b56fc6bb089c5e33f9d1 100644 (file)
@@ -22,6 +22,7 @@
 #include <usrp2/usrp2.h>
 #include <usrp2/strtod_si.h>
 #include <iostream>
+#include <cstdio>
 #include <complex>
 #include <getopt.h>
 #include <gruel/realtime.h>
index 4c346c292aadcc8358260244b27cf695b604d897..bd37061fd8769de43531876703aab9747e1437a5 100644 (file)
@@ -35,6 +35,7 @@
 #include <errno.h>
 #include <stdexcept>
 #include <string.h>
+#include <cstdio>
 
 
 #define ETH_BUFFER_DEBUG      0 // define to 0 or 1
index 65e989cec1a5de2f9ba5a128896757e92478151d..e51680b2e5448cb0b6deb912f22da7ee25c1dec7 100644 (file)
 #include <config.h>
 #endif
 
+#include "eth_buffer.h"
 #include "ethernet.h"
 #include "pktfilter.h"
 #include <open_usrp2_socket.h>
 
+#include <cstdio>
 #include <iostream>
 #include <unistd.h>
 #include <fcntl.h>
index f6c04a58e4d30ed131dd1f1b6fb54ab83e275ed1..d1df47fc5c8a81fad83b2484d6fcd09afebf6a71 100644 (file)
@@ -29,6 +29,7 @@
 #include <string.h>
 #include <iostream>
 #include <stdexcept>
+#include <cstdio>
 
 #define FIND_DEBUG 0
 
index f48d467cac6491f5127e0056d0f19d1b7ca3978e..a2a9ecc1158a5b5a2483bca6ae111c38109506b4 100644 (file)
@@ -27,6 +27,7 @@
 #include <boost/weak_ptr.hpp>
 #include <string>
 #include <stdexcept>
+#include <cstdio>
 
 namespace usrp2 {