summaryrefslogtreecommitdiff
path: root/usrp2/host/apps/rx_streaming_samples.cc
diff options
context:
space:
mode:
authoranastas2009-06-23 15:29:14 +0000
committeranastas2009-06-23 15:29:14 +0000
commit2d2148e9bd7b29fab004e9155cbe09f5b9ae1951 (patch)
treebc310ddef2fcf8a48c533e6474c62773a723fef4 /usrp2/host/apps/rx_streaming_samples.cc
parent761c5eb844042d4f046e905f37081872b62f3c29 (diff)
downloadgnuradio-2d2148e9bd7b29fab004e9155cbe09f5b9ae1951.tar.gz
gnuradio-2d2148e9bd7b29fab004e9155cbe09f5b9ae1951.tar.bz2
gnuradio-2d2148e9bd7b29fab004e9155cbe09f5b9ae1951.zip
added include <cstdio> statements in several files to make it compatible with g++ 4.4
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11267 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/apps/rx_streaming_samples.cc')
-rw-r--r--usrp2/host/apps/rx_streaming_samples.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/apps/rx_streaming_samples.cc b/usrp2/host/apps/rx_streaming_samples.cc
index 931ab9707..8479ae1b2 100644
--- a/usrp2/host/apps/rx_streaming_samples.cc
+++ b/usrp2/host/apps/rx_streaming_samples.cc
@@ -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>