diff options
author | anastas | 2009-06-23 15:28:50 +0000 |
---|---|---|
committer | anastas | 2009-06-23 15:28:50 +0000 |
commit | 761c5eb844042d4f046e905f37081872b62f3c29 (patch) | |
tree | 900d12e505c3d33cdf89e86f7767b333d2b11b42 /usrp/host/lib/legacy/fusb_linux.cc | |
parent | 3d96f5933c45f7024e11d996c49b02955c4c74d8 (diff) | |
download | gnuradio-761c5eb844042d4f046e905f37081872b62f3c29.tar.gz gnuradio-761c5eb844042d4f046e905f37081872b62f3c29.tar.bz2 gnuradio-761c5eb844042d4f046e905f37081872b62f3c29.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@11266 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/legacy/fusb_linux.cc')
-rw-r--r-- | usrp/host/lib/legacy/fusb_linux.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/legacy/fusb_linux.cc b/usrp/host/lib/legacy/fusb_linux.cc index 33ce07926..6c484569f 100644 --- a/usrp/host/lib/legacy/fusb_linux.cc +++ b/usrp/host/lib/legacy/fusb_linux.cc @@ -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 |