Commit 9c51dc9c by Richard Kenner

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

From-SVN: r12392
parent 31837ce2
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment