diff options
Diffstat (limited to 'src/deh_thing.c')
-rw-r--r-- | src/deh_thing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deh_thing.c b/src/deh_thing.c index 4823dc76..5400ae60 100644 --- a/src/deh_thing.c +++ b/src/deh_thing.c @@ -24,9 +24,9 @@ // //----------------------------------------------------------------------------- +#include <stdio.h> #include <stdlib.h> -#include "doomdef.h" #include "doomtype.h" #include "deh_defs.h" |