aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-05-06 20:53:58 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-05-06 20:53:58 +0000
commitf103890ba552cf55c0aa79d35968db46785a94d0 (patch)
tree7f1c103673fbd03230f444f80f54fd438aa8b66d /gcc/dwarfout.c
parentcc64424082d90fc23f88b918724e0965162e95f1 (diff)
downloadgcc-f103890ba552cf55c0aa79d35968db46785a94d0.zip
gcc-f103890ba552cf55c0aa79d35968db46785a94d0.tar.gz
gcc-f103890ba552cf55c0aa79d35968db46785a94d0.tar.bz2
Wed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>
* Makefile.in (dwarfout.o) Add toplev.h dependency. * dwarfout.c, i386.c: Include toplev.h * toplev.h: (pfatal_with_name) Add prototype. From-SVN: r19600
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index edcf822..797b0ee 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
#include "reload.h"
#include "output.h"
#include "defaults.h"
+#include "toplev.h"
#if defined(DWARF_TIMESTAMPS)
#if !defined(POSIX)