diff options
author | Tom Rondeau | 2011-03-25 13:53:09 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-03-25 13:53:09 -0400 |
commit | 8cee6c5ffb0605273c8b73891851ba3f991b0622 (patch) | |
tree | a3bd421c8fddaec15484d4d653811974c8d5969a /usrp/host/lib/fusb_win32.cc | |
parent | 972fc99ad6984e50731ec0dd97ccfec71829139b (diff) | |
parent | 64dac6a1f62fb8484e879f0d20ee60bc02da179c (diff) | |
download | gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.tar.gz gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.tar.bz2 gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.zip |
Merge branch 'master' of gnuradio.org:gnuradio
Diffstat (limited to 'usrp/host/lib/fusb_win32.cc')
-rw-r--r-- | usrp/host/lib/fusb_win32.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/fusb_win32.cc b/usrp/host/lib/fusb_win32.cc index 8900576d9..8c218534b 100644 --- a/usrp/host/lib/fusb_win32.cc +++ b/usrp/host/lib/fusb_win32.cc @@ -29,6 +29,7 @@ #include <assert.h> #include <stdexcept> #include <string.h> +#include <cstdio> static const int MAX_BLOCK_SIZE = fusb_sysconfig::max_block_size(); static const int DEFAULT_BLOCK_SIZE = MAX_BLOCK_SIZE; |