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