From 2cbbcc1875f10caa332b355c50e006127a540617 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 25 Jul 2002 23:57:54 +0000 Subject: [PATCH] #include which is required for unlink(). --- tools/widl/parser.l | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 0ff67cfb04b..d89e479160a 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -38,6 +38,7 @@ uuid {hexd}{8}-{hexd}{4}-{hexd}{4}-{hexd}{4}-{hexd}{12} #include #include #include +#include #include "widl.h" #include "utils.h" -- 2.11.4.GIT