diff options
Diffstat (limited to 'gprof/cg_print.c')
-rw-r--r-- | gprof/cg_print.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c index 696a073..867a4ec 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -20,6 +20,10 @@ 02111-1307, USA. */ #include "libiberty.h" +#include "gprof.h" +#include "search_list.h" +#include "source.h" +#include "symtab.h" #include "cg_arcs.h" #include "cg_print.h" #include "hist.h" |