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 --- cyclone/shadow/dummies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyclone/shadow') diff --git a/cyclone/shadow/dummies.c b/cyclone/shadow/dummies.c index 18ce3e8..1d18753 100644 --- a/cyclone/shadow/dummies.c +++ b/cyclone/shadow/dummies.c @@ -3,7 +3,7 @@ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ #include -#ifdef UNIX +#ifdef HAVE_UNISTD_H #include #endif #ifdef _WIN32 -- cgit v1.2.1