diff options
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r-- | gcc/c-format.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c index 3d46bd2..0522d29 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -1,6 +1,7 @@ /* Check calls to formatted I/O functions (-Wformat). Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. @@ -27,7 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "c-common.h" #include "toplev.h" #include "intl.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "langhooks.h" #include "c-format.h" #include "alloc-pool.h" |