diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/program/program_lexer.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/program/program_lexer.l b/src/mesa/program/program_lexer.l index 13eb9025148..c4973fd2791 100644 --- a/src/mesa/program/program_lexer.l +++ b/src/mesa/program/program_lexer.l @@ -21,7 +21,11 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ + +#ifndef _MSC_VER #include <unistd.h> +#endif + #include "main/glheader.h" #include "main/imports.h" #include "program/prog_instruction.h" |