From 952f29e2052ad9f4d23044d8cab8742ccdcdae0a Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 19 Feb 2013 09:59:56 -0800 Subject: [PATCH] Force include of unistd.h on linux --- sim_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_disk.c b/sim_disk.c index 6abdd84b..3ba4a532 100644 --- a/sim_disk.c +++ b/sim_disk.c @@ -3229,7 +3229,7 @@ errno = Status; return hVHD; } -#if defined(__CYGWIN__) || defined(VMS) || defined(__APPLE__) +#if defined(__CYGWIN__) || defined(VMS) || defined(__APPLE__) || defined(__linux) #include #endif static void