]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tar.h
Merge branch 'ds/refmap-doc' into maint
[thirdparty/git.git] / tar.h
diff --git a/tar.h b/tar.h
index 3467705e9b0e14a0230473186079e83a582e4345..6b258c4d4a3feb9f4a0319541f015baa41b122ae 100644 (file)
--- a/tar.h
+++ b/tar.h
@@ -1,3 +1,6 @@
+#ifndef TAR_H
+#define TAR_H
+
 #define TYPEFLAG_AUTO          '\0'
 #define TYPEFLAG_REG           '0'
 #define TYPEFLAG_LNK           '2'
@@ -23,3 +26,5 @@ struct ustar_header {
        char devminor[8];       /* 337 */
        char prefix[155];       /* 345 */
 };
+
+#endif /* TAR_H */