diff options
Diffstat (limited to 'gprof/cg_arcs.c')
-rw-r--r-- | gprof/cg_arcs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/cg_arcs.c b/gprof/cg_arcs.c index 7ea048b..8369631 100644 --- a/gprof/cg_arcs.c +++ b/gprof/cg_arcs.c @@ -18,6 +18,9 @@ */ #include "libiberty.h" #include "gprof.h" +#include "search_list.h" +#include "source.h" +#include "symtab.h" #include "call_graph.h" #include "cg_arcs.h" #include "cg_dfn.h" |