From 644fa403394f5426477c6c141aadc0d13aec754c Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 25 Jun 2008 17:45:05 +0000 Subject: [PATCH] (svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions --- src/tar_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tar_type.h b/src/tar_type.h index d032a08098..b622da6449 100644 --- 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. */