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

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

From-SVN: r17890
This commit is contained in:
Jeff Law 1998-02-12 16:56:20 -07:00
parent 82fa5cdffe
commit ee48472991

View 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 */