From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/hexen/st_start.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/hexen/st_start.h') diff --git a/src/hexen/st_start.h b/src/hexen/st_start.h index 53cd85c9..be938b74 100644 --- a/src/hexen/st_start.h +++ b/src/hexen/st_start.h @@ -22,6 +22,8 @@ // //----------------------------------------------------------------------------- +#ifndef STSTART_H +#define STSTART_H // HEADER FILES ------------------------------------------------------------ @@ -42,3 +44,4 @@ extern void ST_NetDone(void); extern int graphical_startup; +#endif -- cgit v1.2.3