changeset 3624:4f4cb9981c64 draft

(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
author truelight <truelight@openttd.org>
date Sat, 22 Apr 2006 10:12:14 +0000
parents 1e1abd8b5077
children 932748eea581
files stdafx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stdafx.h
+++ b/stdafx.h
@@ -3,8 +3,8 @@
 #ifndef STDAFX_H
 #define STDAFX_H
 
+#include <stdio.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>