summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
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"