summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-09-23 22:33:30 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-09-23 22:33:30 +0000
commitd84a4ef1dd14d8d7b670a0758d302874c2dc0f1d (patch)
tree661328f41128305fb040f5e63b065b246a9a3381 /gcc/targhooks.c
parent92b836fa739387acacdac92f0ab82e6ff67786de (diff)
downloadgcc-d84a4ef1dd14d8d7b670a0758d302874c2dc0f1d.tar.gz
targhooks.c: Include output.h.
* targhooks.c: Include output.h. * Makefile.in (targhooks.o): Add output.h to dependency list. From-SVN: r71702
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index b1955690818..5597635a0ab 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -55,6 +55,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "rtl.h"
#include "tree.h"
#include "expr.h"
+#include "output.h"
#include "toplev.h"
#include "function.h"
#include "target.h"