shithub: choc

Download patch

ref: d95cbcfa2bd3479dfdbfad536d888ac828727a68
parent: 7e9d6e29bae68f9b9971660f7b59ddd5731e4d22
author: Fabian Greffrath <[email protected]>
date: Mon Sep 15 03:55:01 EDT 2014

deh_main.c: fix "warning: implicit declaration of function ‘I_Error’"

--- 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"
--- 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"