Merge branch 'master' into r300-compiler
[mesa.git] / src / mesa / shader / lex.yy.c
index 709426f3a63d3b1950d6d517b49871184df2ff55..283ba8d26e5903b6921aa55e2eb9f7744025d96f 100644 (file)
@@ -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) {                                 \