diff options
Diffstat (limited to 'src/partxbox.h')
-rw-r--r-- | src/partxbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/partxbox.h b/src/partxbox.h index 1db6f1ef..f8972e32 100644 --- a/src/partxbox.h +++ b/src/partxbox.h @@ -20,6 +20,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PARTXBOX_H +#define _PARTXBOX_H #ifdef __cplusplus extern "C" { #endif @@ -36,3 +38,4 @@ list_part_t *add_partition_xbox_cli(const disk_t *disk_car,list_part_t *list_par #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |