diff options
Diffstat (limited to 'usrp/host/lib/legacy')
-rw-r--r-- | usrp/host/lib/legacy/fusb_win32.cc | 1 | ||||
-rw-r--r-- | usrp/host/lib/legacy/usrp_basic.cc | 1 | ||||
-rw-r--r-- | usrp/host/lib/legacy/usrp_local_sighandler.cc | 1 | ||||
-rw-r--r-- | usrp/host/lib/legacy/usrp_prims.cc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/legacy/fusb_win32.cc b/usrp/host/lib/legacy/fusb_win32.cc index eee373272..8900576d9 100644 --- a/usrp/host/lib/legacy/fusb_win32.cc +++ b/usrp/host/lib/legacy/fusb_win32.cc @@ -28,6 +28,7 @@ #include <usb.h> #include <assert.h> #include <stdexcept> +#include <string.h> static const int MAX_BLOCK_SIZE = fusb_sysconfig::max_block_size(); static const int DEFAULT_BLOCK_SIZE = MAX_BLOCK_SIZE; diff --git a/usrp/host/lib/legacy/usrp_basic.cc b/usrp/host/lib/legacy/usrp_basic.cc index 8bb4a191e..f67300306 100644 --- a/usrp/host/lib/legacy/usrp_basic.cc +++ b/usrp/host/lib/legacy/usrp_basic.cc @@ -34,6 +34,7 @@ #include <assert.h> #include <math.h> #include <ad9862.h> +#include <string.h> using namespace ad9862; diff --git a/usrp/host/lib/legacy/usrp_local_sighandler.cc b/usrp/host/lib/legacy/usrp_local_sighandler.cc index b87a7656b..69cde0b37 100644 --- a/usrp/host/lib/legacy/usrp_local_sighandler.cc +++ b/usrp/host/lib/legacy/usrp_local_sighandler.cc @@ -32,6 +32,7 @@ #include <usrp_local_sighandler.h> #include <stdexcept> #include <stdio.h> +#include <string.h> usrp_local_sighandler::usrp_local_sighandler (int signum, void (*new_handler)(int)) diff --git a/usrp/host/lib/legacy/usrp_prims.cc b/usrp/host/lib/legacy/usrp_prims.cc index 8fe87a723..0034bb31e 100644 --- a/usrp/host/lib/legacy/usrp_prims.cc +++ b/usrp/host/lib/legacy/usrp_prims.cc @@ -62,6 +62,7 @@ static char *default_firmware_filename = "std.ihx"; static char *default_fpga_filename = "std_2rxhb_2tx.rbf"; #include "std_paths.h" +#include <stdio.h> static char * find_file (const char *filename, int hw_rev) |