diff options
author | Simon Howard | 2011-06-14 00:02:40 +0000 |
---|---|---|
committer | Simon Howard | 2011-06-14 00:02:40 +0000 |
commit | b2318d4849a6cd033372ef9164cd06b74c78583c (patch) | |
tree | b977be2bd60c08aeaebcdda69c6f2e0405032b9c | |
parent | 1cfa4409aff87bc730f32744693a02eb7dc57187 (diff) | |
download | chocolate-doom-b2318d4849a6cd033372ef9164cd06b74c78583c.tar.gz chocolate-doom-b2318d4849a6cd033372ef9164cd06b74c78583c.tar.bz2 chocolate-doom-b2318d4849a6cd033372ef9164cd06b74c78583c.zip |
Add missing include so that the OS X error window is displayed.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2349
-rw-r--r-- | src/i_system.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |