diff options
Diffstat (limited to 'src/ext2_sb.h')
-rw-r--r-- | src/ext2_sb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ext2_sb.h b/src/ext2_sb.h index b527b8e9..3b02b341 100644 --- a/src/ext2_sb.h +++ b/src/ext2_sb.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _EXT2_SB_H +#define _EXT2_SB_H #ifdef __cplusplus extern "C" { #endif @@ -28,3 +30,4 @@ int interface_superblock(disk_t *disk_car, const list_part_t *list_part, char**c #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |