Skip to content

Commit 78a0098

Browse files
jcaselman-keysightqmfrederik
authored andcommitted
include unistd everywhere except msvc
1 parent 99fe2c4 commit 78a0098

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.initialize.m

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#include "objc-common.g"
55
#include <stdio.h>
66

7+
#if !defined(_MSC_VER)
8+
#include <unistd.h>
9+
#endif
10+
711
#if defined(_WIN32)
812

913
#include <process.h>

0 commit comments

Comments
 (0)