aboutsummaryrefslogtreecommitdiff
path: root/cyclone/shadow/dummies.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/shadow/dummies.c')
-rw-r--r--cyclone/shadow/dummies.c2
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