shithub: choc

Download patch

ref: 6e3e13b718f87bab1b91e940a59b35c57de7a201
parent: d16944088b615c5e5470360a9e8e39c87d9c2f3a
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 13 16:09:46 EDT 2022

hexen: Include p_spec.h in r_plane.c

Needed by future commits

--- a/src/hexen/r_plane.c
+++ b/src/hexen/r_plane.c
@@ -20,6 +20,8 @@
 #include "h2def.h"
 #include "i_system.h"
 #include "r_local.h"
+#include "p_spec.h"
+
 
 // MACROS ------------------------------------------------------------------