Skip to content

Commit

Permalink
include unistd everywhere except msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaselman-keysight authored and qmfrederik committed Feb 11, 2024
1 parent 99fe2c4 commit 78a0098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.initialize.m
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 78a0098

Please sign in to comment.