summaryrefslogtreecommitdiffstats
path: root/src/partauto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/partauto.h')
-rw-r--r--src/partauto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/partauto.h b/src/partauto.h
index 7d51838b..ee2a7eeb 100644
--- a/src/partauto.h
+++ b/src/partauto.h
@@ -19,6 +19,8 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#ifndef _PARTAUTO_H
+#define _PARTAUTO_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -33,3 +35,4 @@ void autodetect_arch(disk_t *disk, const arch_fnct_t *arch);
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif
+#endif