diff options
Diffstat (limited to 'src/partmac.h')
-rw-r--r-- | src/partmac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/partmac.h b/src/partmac.h index 156f2f5a..88e8baf9 100644 --- a/src/partmac.h +++ b/src/partmac.h @@ -20,6 +20,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PARTMAC_H +#define _PARTMAC_H #ifdef __cplusplus extern "C" { #endif @@ -98,3 +100,4 @@ list_part_t *add_partition_mac_cli(disk_t *disk_car,list_part_t *list_part, char #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |