From: Richard Kenner Date: Wed, 3 Jul 1996 22:23:08 +0000 (-0400) Subject: (at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c51dc9c34b9a21ceb59e1a0a812476c1eafd60f;p=gcc.git (at SUNOS4_SHARED_LIBRARIES): Fix reference to unistd.h. From-SVN: r12392 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index 849482d8eec..cd6f8f43d39 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1993,7 +1993,7 @@ scan_prog_file (prog_name, which_pass) #include #include #include -#include +#include #include /* pointers to the object file */