summaryrefslogtreecommitdiff
path: root/usrp2/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/host/lib')
-rw-r--r--usrp2/host/lib/eth_buffer.cc1
-rw-r--r--usrp2/host/lib/ethernet.cc2
-rw-r--r--usrp2/host/lib/find.cc1
-rw-r--r--usrp2/host/lib/usrp2.cc1
4 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/host/lib/eth_buffer.cc b/usrp2/host/lib/eth_buffer.cc
index 4c346c292..bd37061fd 100644
--- a/usrp2/host/lib/eth_buffer.cc
+++ b/usrp2/host/lib/eth_buffer.cc
@@ -35,6 +35,7 @@
#include <errno.h>
#include <stdexcept>
#include <string.h>
+#include <cstdio>
#define ETH_BUFFER_DEBUG 0 // define to 0 or 1
diff --git a/usrp2/host/lib/ethernet.cc b/usrp2/host/lib/ethernet.cc
index 65e989cec..e51680b2e 100644
--- a/usrp2/host/lib/ethernet.cc
+++ b/usrp2/host/lib/ethernet.cc
@@ -20,10 +20,12 @@
#include <config.h>
#endif
+#include "eth_buffer.h"
#include "ethernet.h"
#include "pktfilter.h"
#include <open_usrp2_socket.h>
+#include <cstdio>
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
diff --git a/usrp2/host/lib/find.cc b/usrp2/host/lib/find.cc
index f6c04a58e..d1df47fc5 100644
--- a/usrp2/host/lib/find.cc
+++ b/usrp2/host/lib/find.cc
@@ -29,6 +29,7 @@
#include <string.h>
#include <iostream>
#include <stdexcept>
+#include <cstdio>
#define FIND_DEBUG 0
diff --git a/usrp2/host/lib/usrp2.cc b/usrp2/host/lib/usrp2.cc
index f48d467ca..a2a9ecc11 100644
--- a/usrp2/host/lib/usrp2.cc
+++ b/usrp2/host/lib/usrp2.cc
@@ -27,6 +27,7 @@
#include <boost/weak_ptr.hpp>
#include <string>
#include <stdexcept>
+#include <cstdio>
namespace usrp2 {