diff options
Diffstat (limited to 'src/w_merge.c')
-rw-r--r-- | src/w_merge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w_merge.c b/src/w_merge.c index 6b6ae659..150f075c 100644 --- a/src/w_merge.c +++ b/src/w_merge.c @@ -26,10 +26,11 @@ // //----------------------------------------------------------------------------- +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include "doomdef.h" +#include "doomtype.h" #include "i_system.h" #include "w_merge.h" #include "w_wad.h" |