Linux uses unistd.h not osfcn.h

This commit is contained in:
Peter Howkins
2012-03-11 23:57:12 +00:00
parent e8fe4970eb
commit 5aea241fd1
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
*/
#include <errno.h>
#if defined(__osf__)
#if defined(__osf__) || defined(linux)
#include <unistd.h>
#else
#ifndef USL