summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/deh_mapping.c1
-rw-r--r--src/doomdef.h1
-rw-r--r--src/m_argv.c1
-rw-r--r--src/w_merge.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/deh_mapping.c b/src/deh_mapping.c
index a818e7a9..c1466031 100644
--- a/src/deh_mapping.c
+++ b/src/deh_mapping.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
+#include "doomdef.h"
#include "i_system.h"
#include "deh_mapping.h"
diff --git a/src/doomdef.h b/src/doomdef.h
index fb944445..795cc221 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -34,6 +34,7 @@
// #define macros to provide functions missing in Windows.
// Outside Windows, we use strings.h for str[n]casecmp.
+
#ifdef _WIN32
#define snprintf _snprintf
diff --git a/src/m_argv.c b/src/m_argv.c
index 9e119876..509a0b87 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
+#include "doomdef.h"
#include "i_system.h"
int myargc;
diff --git a/src/w_merge.c b/src/w_merge.c
index 1fac471a..ff240e0c 100644
--- a/src/w_merge.c
+++ b/src/w_merge.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
+#include "doomdef.h"
#include "i_system.h"
#include "w_merge.h"
#include "w_wad.h"