build on mac too

This commit is contained in:
David Rose 2009-10-10 17:16:56 +00:00
parent 32b809b50c
commit 90f0c9d671

View File

@ -22,9 +22,12 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <libio.h>
#endif // _WIN32
#if !defined(_WIN32) && !defined(__APPLE__)
#include <libio.h>
#endif // !_WIN32 && !__APPLE__
static const size_t handle_buffer_size = 4096;
////////////////////////////////////////////////////////////////////