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

oldstable
Gerald Pfeifer 2008-02-22 11:24:27 +01:00 committed by Alexandre Julliard
parent 71d07da2d3
commit 92015ee4ed
1 changed files with 3 additions and 1 deletions

View File

@ -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