From 2edfd4ee535fd5b837b69128e37bcdb389292387 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 10 Dec 1998 10:48:27 +0000 Subject: collect2.h: New header file for prototypes. * collect2.h: New header file for prototypes. * Makefile.in (collect2.o, tlink.o): Depend on collect2.h. * collect2.c: Include collect2.h. * tlink.c: Likewise. From-SVN: r24231 --- gcc/collect2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index 7638e4d..978c3e7 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */ #define COLLECT +#include "collect2.h" #include "demangle.h" #include "obstack.h" #ifdef __CYGWIN__ -- cgit v1.1