# HG changeset patch # User smatz # Date 2008-06-25 17:45:05 # Node ID 8a2719f40368fa1f26796fa5e1f93ab0aa64c6b3 # Parent 556d41fcffa2d034f714f8e517603d066d335100 (svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions diff --git a/src/tar_type.h b/src/tar_type.h --- a/src/tar_type.h +++ b/src/tar_type.h @@ -1,6 +1,7 @@ /* $Id$ */ #ifndef TAR_TYPE_H +#define TAR_TYPE_H /** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */