diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index d0b0d77ba62..1443bc5b6c4 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -57,6 +57,7 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "target.h" #include "cgraph.h" +#include "plugin.h" /* Initialization routine for this file. */ |