wrc: Include unistd.h before the Windows headers.
This commit is contained in:
parent
7be2f6d985
commit
da3ee66505
@ -106,7 +106,9 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#ifndef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#else
|
||||||
#define YY_NO_UNISTD_H
|
#define YY_NO_UNISTD_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user