mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
Formerly arscan.c.~17~
This commit is contained in:
parent
da136cba6f
commit
12220aa8fd
1 changed files with 1 additions and 1 deletions
2
arscan.c
2
arscan.c
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue