fileops.c: #include <unistd.h>.
authorKrister Walfridsson <cato@df.lth.se>
Thu, 12 Feb 1998 23:56:19 +0000 (16:56 -0700)
committerJeff 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

index 001794d05a7561801c8c4d49138c988e47b18f28..cfa97313d0d149d18d757ad6e7948036dc91c84f 100644 (file)
@@ -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;