Formerly arscan.c.~27~

This commit is contained in:
Roland McGrath 1993-04-12 20:52:46 +00:00
parent 48f4ce2825
commit 596d50cb1c

View file

@ -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>