From c3bbab6a1be6ee828499fd932a3ab379d1637a89 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 4 Aug 1992 04:57:48 +0000 Subject: [PATCH] Include output.h. From-SVN: r1761 --- gcc/dbxout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/dbxout.c b/gcc/dbxout.c index d5d284249e3..292e4a28cd6 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -78,6 +78,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-config.h" #include "reload.h" #include "defaults.h" +#include "output.h" /* ASM_OUTPUT_SOURCE_LINE may refer to sdb functions. */ #ifndef errno extern int errno; -- 2.30.2