summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/lex.yy.c
diff options
context:
space:
mode:
authorMichal Krol <[email protected]>2009-09-07 09:31:17 +0200
committerMichal Krol <[email protected]>2009-09-07 09:31:17 +0200
commit970823978c2f7d2cf0757aa6ddbd6289b34c476f (patch)
tree6d543b6706c13624358bf4a752c713fceb008f78 /src/mesa/shader/lex.yy.c
parent826d441cdfa16a16d165297beb3013f4ff8b4816 (diff)
mesa: Include <unistd.h> only when one is available.
Diffstat (limited to 'src/mesa/shader/lex.yy.c')
-rw-r--r--src/mesa/shader/lex.yy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/shader/lex.yy.c b/src/mesa/shader/lex.yy.c
index 709426f3a63..283ba8d26e5 100644
--- a/src/mesa/shader/lex.yy.c
+++ b/src/mesa/shader/lex.yy.c
@@ -912,6 +912,10 @@ static yyconst flex_int16_t yy_chk[1023] =
#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) { \