diff options
Diffstat (limited to 'src/fat_dir.h')
-rw-r--r-- | src/fat_dir.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fat_dir.h b/src/fat_dir.h index c6cd24be..af2ac030 100644 --- a/src/fat_dir.h +++ b/src/fat_dir.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _FAT_DIR_H +#define _FAT_DIR_H #ifdef __cplusplus extern "C" { #endif @@ -30,3 +32,4 @@ dir_partition_t dir_partition_fat_init(disk_t *disk_car, const partition_t *part #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |