diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 6d081d8..9d6d8a3 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -1,6 +1,6 @@ /* Input functions for reading LTO sections. - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2010 Free Software Foundation, Inc. Contributed by Kenneth Zadeck <zadeck@naturalbridge.com> This file is part of GCC. @@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "function.h" #include "ggc.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "except.h" #include "vec.h" #include "timevar.h" |