From b2318d4849a6cd033372ef9164cd06b74c78583c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 14 Jun 2011 00:02:40 +0000 Subject: Add missing include so that the OS X error window is displayed. Subversion-branch: /branches/raven-branch Subversion-revision: 2349 --- src/i_system.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/i_system.c') diff --git a/src/i_system.c b/src/i_system.c index 1d961956..b3cd2769 100644 --- a/src/i_system.c +++ b/src/i_system.c @@ -38,6 +38,8 @@ #include #endif +#include "SDL.h" + #include "config.h" #include "deh_str.h" -- cgit v1.2.3