diff options
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index a18afe3fc81..dcef9d8bd6c 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -44,7 +44,7 @@ AT&T C compiler. From the example below I would conclude the following: #ifdef SDB_DEBUGGING_INFO -#include <stdio.h> +#include "system.h" #include "tree.h" #include "rtl.h" #include "regs.h" |