From 5ff79b1444a0b4948f2ee5ba3d8d003f058cdc21 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 4 Dec 2004 19:21:32 +0000 Subject: [PATCH] Fix file.h only included once. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1428 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/libs/file.h b/sc2/src/sc2code/libs/file.h index 98441395b..38ee5798b 100644 --- a/sc2/src/sc2code/libs/file.h +++ b/sc2/src/sc2code/libs/file.h @@ -17,6 +17,7 @@ // Contains file handling code #ifndef _FILE_H +#define _FILE_H #include "port.h"