foxygit / doom Log in
commit 6e3e13b718f87bab1b91e940a59b35c57de7a201
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 13 20:09:46 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Mon Oct 3 12:52:08 2022 +0300

    hexen: Include p_spec.h in r_plane.c

    Needed by future commits
---
 src/hexen/r_plane.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hexen/r_plane.c b/src/hexen/r_plane.c
index 3e3e014a..6e5acd37 100644
--- 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 ------------------------------------------------------------------