From 413b34eb8677f17c69dcd6f1c8b8305d4d1e407f Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 1 Nov 2012 22:48:45 -0700 Subject: [PATCH] Add #includes required for Linux. --- host/libhackrf/examples/hackrf_transfer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/libhackrf/examples/hackrf_transfer.c b/host/libhackrf/examples/hackrf_transfer.c index 089fe823..36ef463b 100644 --- a/host/libhackrf/examples/hackrf_transfer.c +++ b/host/libhackrf/examples/hackrf_transfer.c @@ -27,6 +27,8 @@ #include #include +#include +#include #include #include #include