Commit ee484729 by Jeff Law

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

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

From-SVN: r17890
parent 82fa5cdf
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment