mirror of git://gcc.gnu.org/git/gcc.git
fileops.c: #include <unistd.h>.
* fileops.c: #include <unistd.h>. * ioprims.c: Likewise. From-SVN: r17890
This commit is contained in:
parent
82fa5cdffe
commit
ee48472991
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue