Huw Davies : widl: Include errno.h.
21 Oct
2008
21 Oct
'08
12:06 p.m.
Module: wine Branch: master Commit: 81bab55a9403c3c609b967286bd5afa72f45fc78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=81bab55a9403c3c609b967286b... Author: Huw Davies <huw(a)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
6358
Age (days ago)
6358
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard