10 lines
138 B
C
10 lines
138 B
C
|
/* unistd.h for Cygwin. */
|
||
|
|
||
|
#ifndef _UNISTD_H_
|
||
|
#define _UNISTD_H_
|
||
|
|
||
|
# include <sys/unistd.h>
|
||
|
# include <getopt.h>
|
||
|
|
||
|
#endif /* _UNISTD_H_ */
|