linux is a unistd.h platform not a osfcn.h

This commit is contained in:
Peter Howkins 2012-03-12 00:33:44 +00:00
parent 50465f5a87
commit 54e8940874
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "tt_options.h"
#include <errno.h>
#include <string.h>
#ifdef __osf__
#if defined(__osf__) || defined(linux)
#include <unistd.h>
#else
#if !defined(USL) && !defined(__uxp__)