widl: Include <unistd.h> for prototype of unlink().
This commit is contained in:
parent
71d07da2d3
commit
92015ee4ed
|
@ -45,7 +45,9 @@ double [0-9]+\.[0-9]+([eE][+-]?[0-9]+)*
|
|||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#define YY_NO_UNISTD_H
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue