ref: 54dac5a281b58cec5d96bbf3428e4dbdc8380c0f
parent: 401a3ff69c21c4ec77213ba89590d6243d3d98f1
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Oct 10 05:15:38 EDT 2016
heretic/r_bsp.c: include "i_system.h" for I_Error()
--- 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"