diff options
Diffstat (limited to 'src/parti386.h')
-rw-r--r-- | src/parti386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parti386.h b/src/parti386.h index c1f5e2a3..2a52a8ec 100644 --- a/src/parti386.h +++ b/src/parti386.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PARTI386_H +#define _PARTI386_H #ifdef __cplusplus extern "C" { #endif @@ -51,3 +53,4 @@ int recover_i386_logical(disk_t *disk, const unsigned char *buffer, partition_t #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |