diff options
Diffstat (limited to 'gprof/utils.c')
-rw-r--r-- | gprof/utils.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gprof/utils.c b/gprof/utils.c index c18f833..cf6dd29 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -16,10 +16,12 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include <demangle.h> +#include "demangle.h" #include "gprof.h" -#include "cg_arcs.h" +#include "search_list.h" +#include "source.h" #include "symtab.h" +#include "cg_arcs.h" /* |