commit d4703c137a32de305de615d8be4820e08d616ffb
Author: Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Sun Sep 18 12:26:21 2016 +0200
Commit: Fabian Greffrath <fabian@greffrath.com>
CommitDate: Sun Sep 18 12:26:21 2016 +0200
#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..6e295825 100644
--- a/src/heretic/r_bsp.c
+++ b/src/heretic/r_bsp.c
@@ -17,6 +17,7 @@
#include "doomdef.h"
#include "m_bbox.h"
+#include "i_system.h"
#include "r_local.h"
seg_t *curline;