summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-05 21:57:01 +0000
committertron <tron@openttd.org>2005-02-05 21:57:01 +0000
commit7d3a576a7bb8045d07dfcc2bc80719eef1989c98 (patch)
tree4a624b74bbedc67673db65149500003b85cd3871
parent17ca2c49a538eb4896e0b6e6ff24d12e6915ede2 (diff)
downloadopenttd-7d3a576a7bb8045d07dfcc2bc80719eef1989c98.tar.xz
(svn r1806) Add missing includes (see r1803)
-rw-r--r--debug.c3
-rw-r--r--w32dm2.cpp1
-rw-r--r--win32.c1
3 files changed, 4 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 6639f0426..fb48e2e1d 100644
--- a/debug.c
+++ b/debug.c
@@ -1,5 +1,6 @@
-#include <stdarg.h>
#include "stdafx.h"
+#include <stdio.h>
+#include <stdarg.h>
#include "ttd.h"
#include "console.h"
#include "debug.h"
diff --git a/w32dm2.cpp b/w32dm2.cpp
index b96dc9478..01a070416 100644
--- a/w32dm2.cpp
+++ b/w32dm2.cpp
@@ -38,6 +38,7 @@
#endif
#include "ttd.h"
+#include "debug.h"
#include "sound.h"
#include "hal.h"
diff --git a/win32.c b/win32.c
index c387e58c4..8066575bd 100644
--- a/win32.c
+++ b/win32.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "debug.h"
#include "table/strings.h"
#include "gfx.h"
#include "sound.h"