aboutsummaryrefslogtreecommitdiff
path: root/libio/ioprims.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-02-12 16:56:20 -0700
committerJeff Law <law@gcc.gnu.org>1998-02-12 16:56:20 -0700
commitee48472991378fb816eafb55d7c0eabe6834dfcc (patch)
treed7802aad0cea723297e370f69d5eb81731f52c01 /libio/ioprims.c
parent82fa5cdffe4ce627844d1b116c8a583c8dfa502e (diff)
downloadgcc-ee48472991378fb816eafb55d7c0eabe6834dfcc.zip
gcc-ee48472991378fb816eafb55d7c0eabe6834dfcc.tar.gz
gcc-ee48472991378fb816eafb55d7c0eabe6834dfcc.tar.bz2
fileops.c: #include <unistd.h>.
* fileops.c: #include <unistd.h>. * ioprims.c: Likewise. From-SVN: r17890
Diffstat (limited to 'libio/ioprims.c')
-rw-r--r--libio/ioprims.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/ioprims.c b/libio/ioprims.c
index 5d31e07..e3e0d7e 100644
--- a/libio/ioprims.c
+++ b/libio/ioprims.c
@@ -31,6 +31,7 @@ the executable file might be covered by the GNU General Public License. */
#include "libioP.h"
#include <sys/types.h>
#include <sys/stat.h>
+#include <unistd.h>
#ifdef TODO
/* Add open, isatty */