diff options
Diffstat (limited to 'gcc/cppbuiltin.c')
-rw-r--r-- | gcc/cppbuiltin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppbuiltin.c b/gcc/cppbuiltin.c index 7ea45c8..7591229 100644 --- a/gcc/cppbuiltin.c +++ b/gcc/cppbuiltin.c @@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "version.h" #include "flags.h" -#include "cpp-id-data.h" +#include "cpplib.h" #include "cppbuiltin.h" |