mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 16:50:42 +00:00
include unistd.h (jcaselman-keysight)
This commit is contained in:
parent
92660a5937
commit
87fc1f5e2e
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
#include "objc-common.g"
|
#include "objc-common.g"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#if !defined(_MSC_VER)
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
|
|
Loading…
Reference in a new issue