summaryrefslogtreecommitdiff
path: root/src/doom
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom')
-rw-r--r--src/doom/deh_frame.c1
-rw-r--r--src/doom/deh_text.c1
-rw-r--r--src/doom/deh_weapon.c1
-rw-r--r--src/doom/doomstat.c2
-rw-r--r--src/doom/f_finale.c2
-rw-r--r--src/doom/info.c2
-rw-r--r--src/doom/p_enemy.c2
-rw-r--r--src/doom/p_map.c2
-rw-r--r--src/doom/p_mobj.c1
-rw-r--r--src/doom/p_plats.c2
-rw-r--r--src/doom/p_switch.c2
-rw-r--r--src/doom/r_data.c2
-rw-r--r--src/doom/r_plane.c2
-rw-r--r--src/doom/r_segs.c2
-rw-r--r--src/doom/st_lib.c2
15 files changed, 15 insertions, 11 deletions
diff --git a/src/doom/deh_frame.c b/src/doom/deh_frame.c
index 3972f8df..e59f09f4 100644
--- a/src/doom/deh_frame.c
+++ b/src/doom/deh_frame.c
@@ -24,6 +24,7 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
#include <stdlib.h>
#include "doomtype.h"
diff --git a/src/doom/deh_text.c b/src/doom/deh_text.c
index caac59a3..31e23db2 100644
--- a/src/doom/deh_text.c
+++ b/src/doom/deh_text.c
@@ -24,6 +24,7 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
#include <string.h>
#include "doomtype.h"
diff --git a/src/doom/deh_weapon.c b/src/doom/deh_weapon.c
index 7ffa159a..b0c2400c 100644
--- a/src/doom/deh_weapon.c
+++ b/src/doom/deh_weapon.c
@@ -24,6 +24,7 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/doom/doomstat.c b/src/doom/doomstat.c
index 22804459..b591358f 100644
--- a/src/doom/doomstat.c
+++ b/src/doom/doomstat.c
@@ -24,7 +24,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include "doomstat.h"
diff --git a/src/doom/f_finale.c b/src/doom/f_finale.c
index 586e096d..ece82b43 100644
--- a/src/doom/f_finale.c
+++ b/src/doom/f_finale.c
@@ -25,7 +25,7 @@
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <ctype.h>
// Functions.
diff --git a/src/doom/info.c b/src/doom/info.c
index c21a4a4c..30d9f51d 100644
--- a/src/doom/info.c
+++ b/src/doom/info.c
@@ -26,7 +26,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <stdlib.h>
// Data.
diff --git a/src/doom/p_enemy.c b/src/doom/p_enemy.c
index 4729dbc5..0253095b 100644
--- a/src/doom/p_enemy.c
+++ b/src/doom/p_enemy.c
@@ -26,7 +26,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <stdlib.h>
#include "m_random.h"
diff --git a/src/doom/p_map.c b/src/doom/p_map.c
index 42f2a60f..9198d59e 100644
--- a/src/doom/p_map.c
+++ b/src/doom/p_map.c
@@ -25,7 +25,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <stdlib.h>
#include "deh_misc.h"
diff --git a/src/doom/p_mobj.c b/src/doom/p_mobj.c
index 15025139..a2cc227a 100644
--- a/src/doom/p_mobj.c
+++ b/src/doom/p_mobj.c
@@ -24,6 +24,7 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
#include "i_system.h"
#include "z_zone.h"
diff --git a/src/doom/p_plats.c b/src/doom/p_plats.c
index 03d1acbc..dbd45161 100644
--- a/src/doom/p_plats.c
+++ b/src/doom/p_plats.c
@@ -24,7 +24,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include "i_system.h"
#include "z_zone.h"
diff --git a/src/doom/p_switch.c b/src/doom/p_switch.c
index 28b59fae..362ecccf 100644
--- a/src/doom/p_switch.c
+++ b/src/doom/p_switch.c
@@ -25,7 +25,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include "i_system.h"
#include "deh_main.h"
diff --git a/src/doom/r_data.c b/src/doom/r_data.c
index d03becd5..b999e916 100644
--- a/src/doom/r_data.c
+++ b/src/doom/r_data.c
@@ -25,7 +25,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include "deh_main.h"
#include "i_swap.h"
diff --git a/src/doom/r_plane.c b/src/doom/r_plane.c
index 400821d5..752f5d14 100644
--- a/src/doom/r_plane.c
+++ b/src/doom/r_plane.c
@@ -27,7 +27,7 @@
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <stdlib.h>
#include "i_system.h"
diff --git a/src/doom/r_segs.c b/src/doom/r_segs.c
index 5150b694..29ed32a5 100644
--- a/src/doom/r_segs.c
+++ b/src/doom/r_segs.c
@@ -29,7 +29,7 @@
-
+#include <stdio.h>
#include <stdlib.h>
#include "i_system.h"
diff --git a/src/doom/st_lib.c b/src/doom/st_lib.c
index c7e87951..c90540cb 100644
--- a/src/doom/st_lib.c
+++ b/src/doom/st_lib.c
@@ -25,7 +25,7 @@
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include <ctype.h>
#include "deh_main.h"