wrc: Include errno.h.

This commit is contained in:
Huw Davies 2008-10-20 14:00:11 +01:00 committed by Alexandre Julliard
parent 81bab55a94
commit 2e3e696a2c
1 changed files with 1 additions and 0 deletions

View File

@ -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