summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
diff options
context:
space:
mode:
authorCesar Philippidis <cesar@codesourcery.com>2015-10-30 15:15:17 -0700
committerCesar Philippidis <cesar@gcc.gnu.org>2015-10-30 15:15:17 -0700
commit2631d4eb87db704196d57f53729e596a645e9b6d (patch)
tree72aa09788272c79d7a35c8590b0c758dcb8b8c5c /gcc/varpool.c
parentd614335f7796ca828cfab1a9e789bbb91165755b (diff)
cgraph.c: Include context.h for offloading.
gcc/ * cgraph.c: Include context.h for offloading. * varpool.c: Include context.h and omp-low.h. From-SVN: r229608
Diffstat (limited to 'gcc/varpool.c')
-rw-r--r--gcc/varpool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c
index 3010dbb6491..478f3655a51 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -31,6 +31,8 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h"
#include "debug.h"
#include "output.h"
+#include "omp-low.h"
+#include "context.h"
const char * const tls_model_names[]={"none", "emulated",
"global-dynamic", "local-dynamic",