changeset 9591:8f5ad38e5920 draft

(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
author smatz <smatz@openttd.org>
date Wed, 25 Jun 2008 17:45:05 +0000
parents 3924fa193303
children b8910fe673fc
files src/tar_type.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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. */