1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 19:54:06 +01:00

(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions

This commit is contained in:
smatz
2008-06-25 17:45:05 +00:00
parent 7a0ad3af52
commit 644fa40339

View File

@@ -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. */