(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions

This commit is contained in:
smatz 2008-06-25 17:45:05 +00:00
parent 7a0ad3af52
commit 644fa40339
1 changed files with 1 additions and 0 deletions

View File

@ -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. */