wrc: Include errno.h.
This commit is contained in:
parent
81bab55a94
commit
2e3e696a2c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue