Commit 82fa5cdf by Krister Walfridsson Committed by Jeff Law

fileops.c: #include <unistd.h>.

(
        * fileops.c: #include <unistd.h>.
        * ioprims.c: Likewise.

From-SVN: r17889
parent f3a5aedc
......@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#ifndef errno
extern int errno;
......
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