diff options
Diffstat (limited to 'src/partmacn.h')
-rw-r--r-- | src/partmacn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/partmacn.h b/src/partmacn.h index 43eefec0..802629cc 100644 --- a/src/partmacn.h +++ b/src/partmacn.h @@ -20,6 +20,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PARTMACN_H +#define _PARTMACN_H #ifdef __cplusplus extern "C" { #endif @@ -30,3 +32,4 @@ list_part_t *add_partition_mac_ncurses(disk_t *disk, list_part_t *list_part); #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |