diff options
Diffstat (limited to 'src/chgarch.h')
-rw-r--r-- | src/chgarch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chgarch.h b/src/chgarch.h index e1b459e0..a6892db1 100644 --- a/src/chgarch.h +++ b/src/chgarch.h @@ -20,6 +20,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _CHGARCH_H +#define _CHGARCH_H #ifdef __cplusplus extern "C" { #endif @@ -34,3 +36,4 @@ int change_arch_type_cli(disk_t *disk, const int verbose, char**current_cmd); #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |