diff options
Diffstat (limited to 'usrp2/host/lib/ethernet.cc')
-rw-r--r-- | usrp2/host/lib/ethernet.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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> |