foxygit / doom Log in
commit 5803fe84945d0e1fb353df63b7f522e80d499561
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Nov 2 08:06:30 2015 +0100
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Nov 2 08:06:30 2015 +0100

    #include "i_system.h" in src/doom/p_doors.c for I_Error()
---
 src/doom/p_doors.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doom/p_doors.c b/src/doom/p_doors.c
index 609aa4e1..6f01043d 100644
--- a/src/doom/p_doors.c
+++ b/src/doom/p_doors.c
@@ -21,6 +21,7 @@
 #include "doomdef.h"
 #include "deh_main.h"
 #include "p_local.h"
+#include "i_system.h"

 #include "s_sound.h"