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