summaryrefslogtreecommitdiff
path: root/debug.c
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 /debug.c
parent17ca2c49a538eb4896e0b6e6ff24d12e6915ede2 (diff)
downloadopenttd-7d3a576a7bb8045d07dfcc2bc80719eef1989c98.tar.xz
(svn r1806) Add missing includes (see r1803)
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c3
1 files changed, 2 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"