1 2 3 4 5 6 7 8 9
/* unistd.h for Cygwin. */ #ifndef _UNISTD_H_ #define _UNISTD_H_ # include <sys/unistd.h> # include <getopt.h> #endif /* _UNISTD_H_ */