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