mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 00:00:50 +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 <stdio.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
#include <process.h>
|
||||
|
|
Loading…
Reference in a new issue