Huw Davies : widl: Include errno.h.

Alexandre Julliard julliard at winehq.org
Tue Oct 21 07:06:05 CDT 2008


Module: wine
Branch: master
Commit: 81bab55a9403c3c609b967286bd5afa72f45fc78
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81bab55a9403c3c609b967286bd5afa72f45fc78

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Oct 20 13:55:38 2008 +0100

widl: Include errno.h.

---

 tools/widl/parser.l |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/widl/parser.l b/tools/widl/parser.l
index 15e1fb9..dba27ea 100644
--- a/tools/widl/parser.l
+++ b/tools/widl/parser.l
@@ -47,6 +47,7 @@ double	[0-9]+\.[0-9]+([eE][+-]?[0-9]+)*
 #include <string.h>
 #include <ctype.h>
 #include <assert.h>
+#include <errno.h>
 #include <limits.h>
 
 #ifdef HAVE_UNISTD_H




More information about the wine-cvs mailing list