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