foxygit / doom Log in
commit 54dac5a281b58cec5d96bbf3428e4dbdc8380c0f
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Oct 10 09:15:38 2016 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Oct 10 09:15:38 2016 +0200

    heretic/r_bsp.c: include "i_system.h" for I_Error()
---
 src/heretic/r_bsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/heretic/r_bsp.c b/src/heretic/r_bsp.c
index 53333aac..6fed7f74 100644
--- a/src/heretic/r_bsp.c
+++ b/src/heretic/r_bsp.c
@@ -16,6 +16,7 @@
 // R_bsp.c

 #include "doomdef.h"
+#include "i_system.h"
 #include "m_bbox.h"
 #include "r_local.h"