diff options
Diffstat (limited to 'gprof/mips.c')
-rw-r--r-- | gprof/mips.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gprof/mips.c b/gprof/mips.c index 1d05052..078474f 100644 --- a/gprof/mips.c +++ b/gprof/mips.c @@ -17,10 +17,12 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #include "gprof.h" +#include "search_list.h" +#include "source.h" +#include "symtab.h" #include "cg_arcs.h" #include "corefile.h" #include "hist.h" -#include "symtab.h" static Sym indirect_child; |