From dfe7c12cf5802bb0ba99e5d68b67d1c840cee1c8 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 9 Aug 2003 16:40:17 +0000 Subject: 2003-08-09 Marcus Brinkmann * fat.h: Include . --- fatfs/ChangeLog | 4 ++-- fatfs/fat.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'fatfs') diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog index 9d282f1f..73295084 100644 --- a/fatfs/ChangeLog +++ b/fatfs/ChangeLog @@ -1,7 +1,7 @@ 2003-08-09 Marcus Brinkmann - * fat.h (read_dword) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_32 to - swap bytes. + * fat.h: Include . + (read_dword) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_32 to swap bytes. (write_dword) [BYTE_ORDER == BIG_ENDIAN]: Likewise. (read_word) [BYTE_ORDER == BIG_ENDIAN]: Use bswap_16 to swap bytes. (write_word) [BYTE_ORDER == BIG_ENDIAN]: Likewise. 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 +#include static inline unsigned int read_dword (unsigned char *addr) -- cgit v1.2.3