shithub: choc

Download patch

ref: b2318d4849a6cd033372ef9164cd06b74c78583c
parent: 1cfa4409aff87bc730f32744693a02eb7dc57187
author: Simon Howard <fraggle@gmail.com>
date: Mon Jun 13 20:02:40 EDT 2011

Add missing include so that the OS X error window is displayed.

Subversion-branch: /branches/raven-branch
Subversion-revision: 2349

--- a/src/i_system.c
+++ b/src/i_system.c
@@ -38,6 +38,8 @@
 #include <unistd.h>
 #endif
 
+#include "SDL.h"
+
 #include "config.h"
 
 #include "deh_str.h"