[chocolate-doom] 17/26: Fix compiler warning due to missing include
Jonathan Dowland
jmtd at moszumanska.debian.org
Mon Jan 30 15:07:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to annotated tag chocolate-doom-0.1.4
in repository chocolate-doom.
commit c49aab5ba9f7ba3c6415ceae31dff8b56c3f6724
Author: Simon Howard <fraggle at gmail.com>
Date: Fri Jan 27 18:21:39 2006 +0000
Fix compiler warning due to missing include
Subversion-branch: /branches/CHOCOLATE_DOOM_0_1/chocolate-doom
Subversion-revision: 349
---
src/p_switch.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/p_switch.c b/src/p_switch.c
index 910c90c..921c947 100644
--- a/src/p_switch.c
+++ b/src/p_switch.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: p_switch.c 347 2006-01-27 18:18:46Z fraggle $
+// $Id: p_switch.c 349 2006-01-27 18:21:39Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -23,6 +23,9 @@
//
//
// $Log$
+// Revision 1.3.2.2 2006/01/27 18:21:39 fraggle
+// Fix compiler warning due to missing include
+//
// Revision 1.3.2.1 2006/01/27 18:18:46 fraggle
// dehacked replacements for switch texture names
//
@@ -42,10 +45,11 @@
//-----------------------------------------------------------------------------
static const char
-rcsid[] = "$Id: p_switch.c 347 2006-01-27 18:18:46Z fraggle $";
+rcsid[] = "$Id: p_switch.c 349 2006-01-27 18:21:39Z fraggle $";
#include "i_system.h"
+#include "deh_main.h"
#include "doomdef.h"
#include "p_local.h"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list