diff options
Diffstat (limited to 'gcc/lto-compress.c')
-rw-r--r-- | gcc/lto-compress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c index 8849d57..c87c42c 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright 2009 Free Software Foundation, Inc. + Copyright 2009, 2010 Free Software Foundation, Inc. Contributed by Simon Baldwin <simonb@google.com> This file is part of GCC. @@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see #include <zlib.h> #include "coretypes.h" #include "tree.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "toplev.h" #include "langhooks.h" #include "lto-streamer.h" |