foxygit / doom Log in
commit ead40dfce12f1c4fefa4f736c7ff380e1e4bbdd8
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Sep 7 16:06:25 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Nov 1 17:55:30 2022 +0200

    doom: Include doomstat.h in hu_lib.c

    Needed by next commit
---
 src/doom/hu_lib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doom/hu_lib.c b/src/doom/hu_lib.c
index 6a42b04b..540763d2 100644
--- a/src/doom/hu_lib.c
+++ b/src/doom/hu_lib.c
@@ -20,6 +20,7 @@

 #include "doomdef.h"
 #include "doomkeys.h"
+#include "doomstat.h"

 #include "v_video.h"
 #include "i_swap.h"