diff options
Diffstat (limited to 'src/fat32.h')
-rw-r--r-- | src/fat32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fat32.h b/src/fat32.h index d75b917e..05ba043d 100644 --- a/src/fat32.h +++ b/src/fat32.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _FAT32_H +#define _FAT32_H #ifdef __cplusplus extern "C" { #endif @@ -28,3 +30,4 @@ int fat32_boot_sector(disk_t *disk_car, partition_t *partition, const int verbos #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |