summaryrefslogtreecommitdiff
path: root/arscan.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1991-10-23 01:30:25 +0000
committerRoland McGrath <roland@redhat.com>1991-10-23 01:30:25 +0000
commit12220aa8fd4d5470dfb98da8081277f82488aca2 (patch)
tree2a4ca905b7e6748923fac4b9ec506787942b33be /arscan.c
parentda136cba6f72f16396e1e9be07443b540dc97199 (diff)
downloadgunmake-12220aa8fd4d5470dfb98da8081277f82488aca2.tar.gz
Formerly arscan.c.~17~
Diffstat (limited to 'arscan.c')
-rw-r--r--arscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arscan.c b/arscan.c
index 45ae729..edc3b29 100644
--- 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>