Huw Davies : wrc: Include errno.h.
21 Oct
2008
21 Oct
'08
12:06 p.m.
Module: wine Branch: master Commit: 2e3e696a2cf1e89cf64a8f94ac40e023c1d0a73c URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e3e696a2cf1e89cf64a8f94ac... Author: Huw Davies <huw(a)codeweavers.com> Date: Mon Oct 20 14:00:11 2008 +0100 wrc: Include errno.h. --- tools/wrc/parser.l | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wrc/parser.l b/tools/wrc/parser.l index 863878a..2ed5f4b 100644 --- a/tools/wrc/parser.l +++ b/tools/wrc/parser.l @@ -103,6 +103,7 @@ cident [a-zA-Z_][0-9a-zA-Z_]* #include <string.h> #include <ctype.h> #include <assert.h> +#include <errno.h> #include <limits.h> #ifndef HAVE_UNISTD_H
6358
Age (days ago)
6358
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard