commit | 2cbbcc1875f10caa332b355c50e006127a540617 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | Thu Jul 25 23:57:54 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 25 23:57:54 2002 +0000 |
tree | 3d46fd8b603c789abe8a87ad79a2bb746d2a4891 | |
parent | 17eb1699222dc17218ba9b01085dd7211b1131a4 [diff] [blame] |
#include <unistd.h> which is required for unlink().
diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 0ff67cf..d89e479 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l
@@ -38,6 +38,7 @@ #include <string.h> #include <ctype.h> #include <assert.h> +#include <unistd.h> #include "widl.h" #include "utils.h"