summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
Diffstat (limited to 'gmon')
-rw-r--r--gmon/gmon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c
index 45fe6e8ac4..a0c5714164 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. */