From 469238676dd466a55b3808461e262f5645f888d1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 17:31:49 +0000 Subject: use HAVE_UNISTD_H to determine when to include unistd.h svn path=/trunk/externals/miXed/; revision=16960 --- shared/common/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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 #endif #ifdef _WIN32 -- cgit v1.2.1