summaryrefslogtreecommitdiff
path: root/src/i_system.c
diff options
context:
space:
mode:
authorSimon Howard2006-12-24 16:32:47 +0000
committerSimon Howard2006-12-24 16:32:47 +0000
commitfd1d07746f16e03cb7f07c0b57a8b373d0e144e9 (patch)
tree8dd38090a4f57511717675357329b7d45dc19f26 /src/i_system.c
parent7dd79945d3717b2c2bd901198b1bb935d8513483 (diff)
downloadchocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.tar.gz
chocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.tar.bz2
chocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.zip
Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 805
Diffstat (limited to 'src/i_system.c')
-rw-r--r--src/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_system.c b/src/i_system.c
index 4f1bdac3..3107465d 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <stdarg.h>
-#include <SDL.h>
+#include "SDL.h"
#include "deh_main.h"
#include "doomdef.h"