shithub: choc

Download patch

ref: d4703c137a32de305de615d8be4820e08d616ffb
parent: 5974dfc9cee388421768bea3ff67e7af11f8bb62
author: Fabian Greffrath <fabian@greffrath.com>
date: Sun Sep 18 08:26:21 EDT 2016

#include "i_system.h" for I_Error()

--- 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;