fileops.c: #include <unistd.h>.
authorJeff Law <law@gcc.gnu.org>
Thu, 12 Feb 1998 23:56:20 +0000 (16:56 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 12 Feb 1998 23:56:20 +0000 (16:56 -0700)
        * fileops.c: #include <unistd.h>.
        * ioprims.c: Likewise.

From-SVN: r17890

libio/ioprims.c

index 5d31e070d9a21a01fbc74a99d1e2815ea96499f7..e3e0d7e75cdcd91272bddb2c5a87444fc0055a3b 100644 (file)
@@ -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 */