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 | b7dfaa2ced05c39089819f09681048ceb56df834 (patch) | |
tree | f28626c9ce9a97639c96d5b3d66a85e352aa2711 | |
parent | cbb081793acb2160719cd8be3cc719153e01839b (diff) | |
download | openttd-b7dfaa2ced05c39089819f09681048ceb56df834.tar.xz |
(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
-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. */ |