fix _FILE_OFFSET_BITS 64 position in hackrf_transfer.c (must be included before <sys/stat.h>)

This commit is contained in:
jaj
2020-03-16 13:16:15 +01:00
parent 43e6f99fe8
commit a9f6cbc367

View File

@ -20,6 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
#define _FILE_OFFSET_BITS 64
#include <hackrf.h>
@ -34,8 +35,6 @@
#include <fcntl.h>
#include <errno.h>
#define _FILE_OFFSET_BITS 64
#ifndef bool
typedef int bool;
#define true 1