From c9be03518508fce505dba0cc5ea8100218a740af Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Wed, 29 Aug 2007 15:57:21 +0000 Subject: xcoffout.c: #include debug.h. 2007-08-29 Olivier Hainque * xcoffout.c: #include debug.h. * Makefile.in (xcoffout.o): Add debug.h dependency. From-SVN: r127906 --- gcc/xcoffout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/xcoffout.c') diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index d1dc5a3..fb99903 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "ggc.h" #include "target.h" +#include "debug.h" #ifdef XCOFF_DEBUGGING_INFO -- cgit v1.1