foxygit / doom Log in
commit b2318d4849a6cd033372ef9164cd06b74c78583c
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Jun 14 00:02:40 2011 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Jun 14 00:02:40 2011 +0000

    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(+)

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 <unistd.h>
 #endif

+#include "SDL.h"
+
 #include "config.h"

 #include "deh_str.h"