diff options
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/gmon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 45fe6e8..a0c5714 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -41,8 +41,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> - -extern int __profile_frequency __P ((void)); +#include <libc-internal.h> struct __bb *__bb_head; /* Head of basic-block list or NULL. */ |