]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly arscan.c.~17~
authorRoland McGrath <roland@redhat.com>
Wed, 23 Oct 1991 01:30:25 +0000 (01:30 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 23 Oct 1991 01:30:25 +0000 (01:30 +0000)
arscan.c

index 45ae7296fa3cdf38a9dc46a763b5f320ca23b6eb..edc3b29b05a9e9d8b34e409f14931426bfcdd8b9 100644 (file)
--- a/arscan.c
+++ b/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>