diff options
Diffstat (limited to 'openpatch.c')
-rw-r--r-- | openpatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpatch.c b/openpatch.c index 151f0fd..0084869 100644 --- a/openpatch.c +++ b/openpatch.c @@ -9,7 +9,7 @@ #include <sys/stat.h> #include <stdio.h> -#ifndef NT +#ifndef _WIN32 #include <unistd.h> #endif #include <string.h> |