Linux uses unistd.h not osfcn.h
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#if defined(__osf__)
|
||||
#if defined(__osf__) || defined(linux)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#ifndef USL
|
||||
|
||||
Reference in New Issue
Block a user