mesa: Include <unistd.h> only when one is available.

This commit is contained in:
Michal Krol
2009-09-07 09:31:17 +02:00
parent 826d441cdf
commit 970823978c
2 changed files with 8 additions and 0 deletions

View File

@@ -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) { \