Formerly arscan.c.~27~
authorRoland McGrath <roland@redhat.com>
Mon, 12 Apr 1993 20:52:46 +0000 (20:52 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Apr 1993 20:52:46 +0000 (20:52 +0000)
arscan.c

index da76bb0..41c50c1 100644 (file)
--- a/arscan.c
+++ b/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>