From 59085e9fc6c0fa648c948e14a5620a130859f456 Mon Sep 17 00:00:00 2001 From: James Michael DuPont Date: Fri, 3 Jul 2015 14:32:31 -0500 Subject: [PATCH] gcc 4.9 changes 4.9 moves the definitions of some gimple functions to new files that need to be included first. --- gcc-c-api/gcc-callgraph.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc-c-api/gcc-callgraph.c b/gcc-c-api/gcc-callgraph.c index aa05a53d..e9feb961 100644 --- a/gcc-c-api/gcc-callgraph.c +++ b/gcc-c-api/gcc-callgraph.c @@ -26,6 +26,8 @@ #if (GCC_VERSION >= 5000) #include "gimple-expr.h" #endif +#include "internal-fn.h" +#include "gimple-expr.h" #include "gimple.h" /***********************************************************