3 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
7 2 files changed, 6 insertions(+)
9 diff --git a/src/mtd.c b/src/mtd.c
10 index 1edc441..6d2264c 100644
18 #include <sys/types.h>
19 #include <sys/ioctl.h>
21 diff --git a/src/mtd.h b/src/mtd.h
22 index bd21add..debfc84 100644
26 #include "BootControlBlocks.h"
27 #include "rom_nand_hamming_code_ecc.h"
29 +// musl library doesn't define loff_t
30 +#if !defined(__GLIBC__) && !defined(__UCLIBC__)
34 //------------------------------------------------------------------------------
35 // Re-definitions of true and false, because the standard ones aren't good