1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

Formerly arscan.c.~17~

This commit is contained in:
Roland McGrath 1991-10-23 01:30:25 +00:00
parent da136cba6f
commit 12220aa8fd

View File

@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef USG
#if defined (USG) || defined (POSIX)
#include <fcntl.h>
#else
#include <sys/file.h>