From b7dfaa2ced05c39089819f09681048ceb56df834 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 25 Jun 2008 17:45:05 +0000 Subject: (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 d032a0809..b622da644 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. */ -- cgit v1.2.3-54-g00ecf