Fixes to the recent patches

This commit is contained in:
Alexander S. Aganichev
2002-09-23 09:23:45 +00:00
parent c283d9e260
commit dbeb60a30e
7 changed files with 17 additions and 9 deletions

View File

@@ -34,7 +34,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef _POSIX_SOURCE
#ifndef _MSC_VER
#include <unistd.h>
#else
#include <cstdlib>