From 948d02055de80ad1722e28be6d49472d9e0c2859 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 15 May 2001 20:26:47 +0000 Subject: [PATCH] Tweaks. --- simgear/threads/SGThread.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/simgear/threads/SGThread.cxx b/simgear/threads/SGThread.cxx index ac3ee933..f7de11f7 100644 --- a/simgear/threads/SGThread.cxx +++ b/simgear/threads/SGThread.cxx @@ -1,5 +1,10 @@ #include -#include + +#ifdef _MSC_VER +# include +#else +# include +#endif #include "SGThread.hxx" -- 2.39.5