summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_win32.cc
diff options
context:
space:
mode:
authorTom Rondeau2011-03-25 13:53:09 -0400
committerTom Rondeau2011-03-25 13:53:09 -0400
commit8cee6c5ffb0605273c8b73891851ba3f991b0622 (patch)
treea3bd421c8fddaec15484d4d653811974c8d5969a /usrp/host/lib/fusb_win32.cc
parent972fc99ad6984e50731ec0dd97ccfec71829139b (diff)
parent64dac6a1f62fb8484e879f0d20ee60bc02da179c (diff)
downloadgnuradio-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.cc1
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;