Commit da3ee665 authored by Alexandre Julliard's avatar Alexandre Julliard

wrc: Include unistd.h before the Windows headers.

parent 7be2f6d9
......@@ -106,7 +106,9 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
#include <errno.h>
#include <limits.h>
#ifndef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
#define YY_NO_UNISTD_H
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment