summaryrefslogtreecommitdiff
path: root/src/tar_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-06-25 17:45:05 +0000
committersmatz <smatz@openttd.org>2008-06-25 17:45:05 +0000
commit644fa403394f5426477c6c141aadc0d13aec754c (patch)
treef28626c9ce9a97639c96d5b3d66a85e352aa2711 /src/tar_type.h
parent7a0ad3af524a2304d6c1833619d2c743a493a665 (diff)
downloadopenttd-644fa403394f5426477c6c141aadc0d13aec754c.tar.xz
(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
Diffstat (limited to 'src/tar_type.h')
-rw-r--r--src/tar_type.h1
1 files changed, 1 insertions, 0 deletions
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. */