diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 4a21666..918bf6a 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "c-tree.h" #include "c-lex.h" #include "toplev.h" +#include "output.h" /* Each of the functions defined here is an alternative to a function in objc-actions.c. */ |