diff options
Diffstat (limited to 'fatfs/fat.h')
-rw-r--r-- | fatfs/fat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fatfs/fat.h b/fatfs/fat.h index a76e37f8..87af27db 100644 --- a/fatfs/fat.h +++ b/fatfs/fat.h @@ -346,6 +346,7 @@ extern cluster_t nr_of_clusters; /* Numeric conversions for these fields. */ #include <endian.h> +#include <byteswap.h> static inline unsigned int read_dword (unsigned char *addr) |