mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Linux is a unistdh platform not an osfcn.h
This commit is contained in:
parent
54e8940874
commit
86909a64f0
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue