mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
No osfcn.h available on linux
This commit is contained in:
parent
a4442878a1
commit
3d25ba1ea1
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ extern "C" in_addr_t inet_addr(const char *);
|
||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
#if !defined(USL) && !defined(__uxp__)
|
#if !defined(USL) && !defined(__uxp__) && !defined(linux)
|
||||||
#include <osfcn.h>
|
#include <osfcn.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* __osf */
|
#endif /* __osf */
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
#if !defined (USL) && !defined(__uxp__)
|
#if !defined (USL) && !defined(__uxp__) && !defined(linux)
|
||||||
#include <osfcn.h>
|
#include <osfcn.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* __osf__ */
|
#endif /* __osf__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue