summaryrefslogtreecommitdiff
path: root/usrp2/host/apps
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/host/apps')
-rw-r--r--usrp2/host/apps/find_usrps.cc1
-rw-r--r--usrp2/host/apps/gpio.cc1
-rw-r--r--usrp2/host/apps/rx_streaming_samples.cc1
-rw-r--r--usrp2/host/apps/test_mimo_tx.cc1
-rw-r--r--usrp2/host/apps/tx_samples.cc1
5 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/host/apps/find_usrps.cc b/usrp2/host/apps/find_usrps.cc
index 1010c4aff..ff6b4ab79 100644
--- a/usrp2/host/apps/find_usrps.cc
+++ b/usrp2/host/apps/find_usrps.cc
@@ -22,6 +22,7 @@
#include <usrp2/usrp2.h>
#include <iostream>
+#include <cstdio>
#include <getopt.h>
static void
diff --git a/usrp2/host/apps/gpio.cc b/usrp2/host/apps/gpio.cc
index 770b54ee2..2fee7e761 100644
--- a/usrp2/host/apps/gpio.cc
+++ b/usrp2/host/apps/gpio.cc
@@ -22,6 +22,7 @@
#include <usrp2/usrp2.h>
#include <iostream>
+#include <cstdio>
int
main(int argc, char **argv)
diff --git a/usrp2/host/apps/rx_streaming_samples.cc b/usrp2/host/apps/rx_streaming_samples.cc
index 931ab9707..8479ae1b2 100644
--- a/usrp2/host/apps/rx_streaming_samples.cc
+++ b/usrp2/host/apps/rx_streaming_samples.cc
@@ -27,6 +27,7 @@
#include <gruel/realtime.h>
#include <sys/time.h>
#include <iostream>
+#include <cstdio>
#include <string.h>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/usrp2/host/apps/test_mimo_tx.cc b/usrp2/host/apps/test_mimo_tx.cc
index 388c348d7..f52bfd582 100644
--- a/usrp2/host/apps/test_mimo_tx.cc
+++ b/usrp2/host/apps/test_mimo_tx.cc
@@ -33,6 +33,7 @@
#include <usrp2/usrp2.h>
#include <usrp2/strtod_si.h>
#include <iostream>
+#include <cstdio>
#include <complex>
#include <getopt.h>
#include <gruel/realtime.h>
diff --git a/usrp2/host/apps/tx_samples.cc b/usrp2/host/apps/tx_samples.cc
index 8ce643f0a..5c3728fb1 100644
--- a/usrp2/host/apps/tx_samples.cc
+++ b/usrp2/host/apps/tx_samples.cc
@@ -22,6 +22,7 @@
#include <usrp2/usrp2.h>
#include <usrp2/strtod_si.h>
#include <iostream>
+#include <cstdio>
#include <complex>
#include <getopt.h>
#include <gruel/realtime.h>