shithub: choc

Download patch

ref: f880f58ded09e7c0ab121f8e2a969f841512edf3
parent: e4170a7597488317112809874051d7ac82ac987e
author: Simon Howard <[email protected]>
date: Sat Mar 18 16:22:09 EST 2006

Add missing SDL.h include for i_main.c - fixes play under MacOS X!

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 424

--- a/src/i_main.c
+++ b/src/i_main.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: i_main.c 106 2005-09-14 22:08:29Z fraggle $
+// $Id: i_main.c 424 2006-03-18 21:22:09Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -48,8 +48,9 @@
 //-----------------------------------------------------------------------------
 
 static const char
-rcsid[] = "$Id: i_main.c 106 2005-09-14 22:08:29Z fraggle $";
+rcsid[] = "$Id: i_main.c 424 2006-03-18 21:22:09Z fraggle $";
 
+#include <SDL.h>
 
 #include <signal.h>