projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a5aed
)
fileops.c: #include <unistd.h>.
author
Krister Walfridsson
<cato@df.lth.se>
Thu, 12 Feb 1998 23:56:19 +0000
(16:56 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 12 Feb 1998 23:56:19 +0000
(16:56 -0700)
(
* fileops.c: #include <unistd.h>.
* ioprims.c: Likewise.
From-SVN: r17889
libio/fileops.c
patch
|
blob
|
history
diff --git
a/libio/fileops.c
b/libio/fileops.c
index 001794d05a7561801c8c4d49138c988e47b18f28..cfa97313d0d149d18d757ad6e7948036dc91c84f 100644
(file)
--- a/
libio/fileops.c
+++ b/
libio/fileops.c
@@
-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;