Module: wine Branch: master Commit: 2e3e696a2cf1e89cf64a8f94ac40e023c1d0a73c URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e3e696a2cf1e89cf64a8f94ac...
Author: Huw Davies huw@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