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