From 830aa82e44381c85d8486e46de7ae0e26830457e Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 13 Feb 2006 13:30:21 +0000 Subject: Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to distribution --- lib/common/Guards.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/common/Guards.h') diff --git a/lib/common/Guards.h b/lib/common/Guards.h index 6efc5614..17d73b3f 100644 --- a/lib/common/Guards.h +++ b/lib/common/Guards.h @@ -11,10 +11,13 @@ #ifndef GUARDS__H #define GUARDS__H +#ifdef HAVE_UNISTD_H + #include +#endif + #include #include #include -#include #include #include "CommonException.h" -- cgit v1.2.3