mesa: Include <unistd.h> only when one is available.
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
#define require_rect (yyextra->option.TexRect)
|
||||
#define require_texarray (yyextra->option.TexArray)
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
#define YY_NO_UNISTD_H
|
||||
#endif
|
||||
|
||||
#define return_token_or_IDENTIFIER(condition, token) \
|
||||
do { \
|
||||
if (condition) { \
|
||||
|
Reference in New Issue
Block a user