diff options
author | smatz <smatz@openttd.org> | 2008-06-25 17:45:05 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-06-25 17:45:05 +0000 |
commit | 644fa403394f5426477c6c141aadc0d13aec754c (patch) | |
tree | f28626c9ce9a97639c96d5b3d66a85e352aa2711 /src | |
parent | 7a0ad3af524a2304d6c1833619d2c743a493a665 (diff) | |
download | openttd-644fa403394f5426477c6c141aadc0d13aec754c.tar.xz |
(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
Diffstat (limited to 'src')
-rw-r--r-- | src/tar_type.h | 1 |
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. */ |