mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +00:00
Formerly arscan.c.~27~
This commit is contained in:
parent
48f4ce2825
commit
596d50cb1c
1 changed files with 2 additions and 1 deletions
3
arscan.c
3
arscan.c
|
@ -16,7 +16,8 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "make.h"
|
||||
#if defined (USG) || defined (POSIX)
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#include <sys/file.h>
|
||||
|
|
Loading…
Reference in a new issue