diff options
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 7c03ca5b096..324c5d5fa5b 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -39,7 +39,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifdef XCOFF_DEBUGGING_INFO /* This defines the C_* storage classes. */ -#include "dbxstclass.h" +#include "xcoff.h" #include "xcoffout.h" #include "dbxout.h" #include "gstab.h" |