From 919e0b80a77fa86286b0c9e3b55177f2badb5f52 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 22 Apr 2006 10:12:14 +0000 Subject: (svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around. --- stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdafx.h b/stdafx.h index a8600d9b5..f18ac11ec 100644 --- a/stdafx.h +++ b/stdafx.h @@ -3,8 +3,8 @@ #ifndef STDAFX_H #define STDAFX_H -#include #include +#include #include #include -- cgit v1.2.3-54-g00ecf