foxygit / doom Log in
commit 10ba5264f8872b921778cf9406a98933b9831699
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 4 20:17:30 2018 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Dec 8 15:41:47 2018 +0200

    deh: Include deh_main.h in deh_main.c
---
 src/deh_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/deh_main.c b/src/deh_main.c
index 3c1fb66f..d2721969 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -29,6 +29,7 @@

 #include "deh_defs.h"
 #include "deh_io.h"
+#include "deh_main.h"

 extern deh_section_t *deh_section_types[];
 extern const char *deh_signatures[];