(at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 3 Jul 1996 22:23:08 +0000 (18:23 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 3 Jul 1996 22:23:08 +0000 (18:23 -0400)
From-SVN: r12392

gcc/collect2.c

index 849482d8eec2a888a251d8aa830320588a36f681..cd6f8f43d39f8b9859a53c26079e88e6b7e1c8fd 100644 (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 */