summaryrefslogtreecommitdiffstats
path: root/src/ntfs_fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntfs_fix.h')
-rw-r--r--src/ntfs_fix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ntfs_fix.h b/src/ntfs_fix.h
index 057efc15..cb69c15b 100644
--- a/src/ntfs_fix.h
+++ b/src/ntfs_fix.h
@@ -19,6 +19,8 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#ifndef _NTFS_FIX_H
+#define _NTFS_FIX_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -28,3 +30,4 @@ int repair_MFT(disk_t *disk_car, partition_t *partition, const int verbose, cons
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif
+#endif