diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/common/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/common/port.c b/shared/common/port.c index 6fdcaef..79a8885 100644 --- a/shared/common/port.c +++ b/shared/common/port.c @@ -7,7 +7,7 @@ /* LATER quoting */ /* LATER rethink inlet/inlet~ case */ -#ifdef UNIX +#ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef _WIN32 |