(at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.

From-SVN: r12392
This commit is contained in:
Richard Kenner 1996-07-03 18:23:08 -04:00
parent 31837ce2fc
commit 9c51dc9c34
1 changed files with 1 additions and 1 deletions

View File

@ -1993,7 +1993,7 @@ scan_prog_file (prog_name, which_pass)
#include <link.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/unistd.h>
#include <unistd.h>
#include <sys/dir.h>
/* pointers to the object file */