blob: 7e26f7a8b21bdeafb019212580d9c36975ac0830 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- gcc-c-api/gcc-callgraph.c~ 2016-02-15 09:13:55.000000000 -0500
+++ gcc-c-api/gcc-callgraph.c 2017-03-16 19:03:13.528318488 -0400
@@ -24,6 +24,7 @@
#include "tree-ssa-alias.h"
#include "basic-block.h"
#if (GCC_VERSION >= 4009)
+#include "internal-fn.h"
#include "gimple-expr.h"
#endif
#include "gimple.h"
|