Commit 92015ee4 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

widl: Include <unistd.h> for prototype of unlink().

parent 71d07da2
...@@ -45,7 +45,9 @@ double [0-9]+\.[0-9]+([eE][+-]?[0-9]+)* ...@@ -45,7 +45,9 @@ double [0-9]+\.[0-9]+([eE][+-]?[0-9]+)*
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#ifndef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
#define YY_NO_UNISTD_H #define YY_NO_UNISTD_H
#endif #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