From 81bab55a9403c3c609b967286bd5afa72f45fc78 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Mon, 20 Oct 2008 13:55:38 +0100 Subject: [PATCH] widl: Include errno.h. --- tools/widl/parser.l | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 15e1fb9095..dba27ea738 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -47,6 +47,7 @@ double [0-9]+\.[0-9]+([eE][+-]?[0-9]+)* #include #include #include +#include #include #ifdef HAVE_UNISTD_H