this header should not be included on windows

master
Pierre Joye 2021-08-23 16:56:01 +07:00
parent af48e68fb5
commit c425bc494c
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifndef _WIN32
# include <unistd.h>
#endif
int opterr = 1, /* if error message should be printed */
optind = 1, /* index into parent argv vector */