diff options
Diffstat (limited to 'gprof/hist.c')
-rw-r--r-- | gprof/hist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/hist.c b/gprof/hist.c index 717424d..2b2dceb 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -12,6 +12,8 @@ #include "sym_ids.h" #include "utils.h" +static void scale_and_align_entries PARAMS ((void)); + /* declarations of automatically generated functions to output blurbs: */ extern void flat_blurb PARAMS ((FILE * fp)); |