aboutsummaryrefslogtreecommitdiff
path: root/src/port/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/crypt.c')
-rw-r--r--src/port/crypt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/port/crypt.c b/src/port/crypt.c
index caa8d82142a..10f63e7d203 100644
--- a/src/port/crypt.c
+++ b/src/port/crypt.c
@@ -52,9 +52,7 @@ __RCSID("$NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $");
#include <limits.h>
#include <stdlib.h>
-#ifdef WIN32
-#include <windows.h>
-#else
+#ifndef WIN32
#include <unistd.h>
#endif