Commit 2e3e696a authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wrc: Include errno.h.

parent 81bab55a
...@@ -103,6 +103,7 @@ cident [a-zA-Z_][0-9a-zA-Z_]* ...@@ -103,6 +103,7 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#include <errno.h>
#include <limits.h> #include <limits.h>
#ifndef HAVE_UNISTD_H #ifndef HAVE_UNISTD_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment