[msvc] Update csproj files (#4898)
[mono.git] / mono / utils / mono-stdlib.c
index f0f4bcfb77ddbae05f02ebe4662df3deea93af87..3685dcb996d4c8078843a205ce71c7340162f41d 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * mono-stdlib.c: stdlib replacement functions.
+/**
+ * \file
+ * stdlib replacement functions.
  * 
  * Authors:
  *     Gonzalo Paniagua Javier (gonzalo@novell.com)
@@ -14,7 +15,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include "mono-stdlib.h"
 
 #ifndef HAVE_MKSTEMP