diff options
Diffstat (limited to 'cyclone/shadow')
-rw-r--r-- | cyclone/shadow/dummies.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> -#ifdef UNIX +#ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef _WIN32 |