foxygit / doom Log in
commit d95cbcfa2bd3479dfdbfad536d888ac828727a68
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Sep 15 07:55:01 2014 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Sep 15 07:55:01 2014 +0200

    deh_main.c: fix "warning: implicit declaration of function ‘I_Error’"
---
 src/deh_io.c   | 1 -
 src/deh_main.c | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/deh_io.c b/src/deh_io.c
index 4b264370..526d8e46 100644
--- a/src/deh_io.c
+++ b/src/deh_io.c
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <ctype.h>

-#include "i_system.h"
 #include "m_misc.h"
 #include "w_wad.h"
 #include "z_zone.h"
diff --git a/src/deh_main.c b/src/deh_main.c
index ff4500aa..b3dc609a 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -21,6 +21,7 @@
 #include <ctype.h>

 #include "doomtype.h"
+#include "i_system.h"
 #include "d_iwad.h"
 #include "m_argv.h"
 #include "w_wad.h"