toplev.c, [...]: Include xcoffout.h if appropriate.
[gcc.git] / gcc / toplev.c
index 02bb24ab6a7758b67c80041b92e449e1e9c751a2..a28b38e8704475cf274126b2e881e2c1cea3051a 100644 (file)
@@ -79,6 +79,11 @@ Boston, MA 02111-1307, USA.  */
 #ifdef SDB_DEBUGGING_INFO
 #include "sdbout.h"
 #endif
+
+#ifdef XCOFF_DEBUGGING_INFO
+#include "xcoffout.h"          /* Needed for external data
+                                  declarations for e.g. AIX 4.x.  */
+#endif
 \f
 #ifdef VMS
 /* The extra parameters substantially improve the I/O performance.  */