including errno for posix builds

This commit is contained in:
Jason Hancock 2007-06-29 00:56:56 +00:00
parent 2e8c0c17cc
commit 9857a9a24e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#endif // _WIN32
////////////////////////////////////////////////////////////////////