include unistd.h (jcaselman-keysight)

This commit is contained in:
rfm 2024-02-13 17:25:50 +00:00
parent 92660a5937
commit 87fc1f5e2e

View file

@ -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>