From a9f6cbc367ce31049456bdbfe3c361f4e4634dca Mon Sep 17 00:00:00 2001 From: jaj Date: Mon, 16 Mar 2020 13:16:15 +0100 Subject: [PATCH] fix _FILE_OFFSET_BITS 64 position in hackrf_transfer.c (must be included before ) --- host/hackrf-tools/src/hackrf_transfer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host/hackrf-tools/src/hackrf_transfer.c b/host/hackrf-tools/src/hackrf_transfer.c index 3b60e4f8..938dfee4 100644 --- a/host/hackrf-tools/src/hackrf_transfer.c +++ b/host/hackrf-tools/src/hackrf_transfer.c @@ -20,6 +20,7 @@ * Boston, MA 02110-1301, USA. */ +#define _FILE_OFFSET_BITS 64 #include @@ -34,8 +35,6 @@ #include #include -#define _FILE_OFFSET_BITS 64 - #ifndef bool typedef int bool; #define true 1