summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index b1987336cb1..38bba1be03a 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -65,7 +65,7 @@ Boston, MA 02111-1307, USA. */
#include "dwarf2out.h"
#endif
-#ifdef DBX_DEBUGGING_INFO
+#if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
#include "dbxout.h"
#endif
OpenPOWER on IntegriCloud