about summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/enbl-secure.c4
-rw-r--r--sysdeps/generic/get_clockfreq.c2
-rw-r--r--sysdeps/generic/prof-freq.c1
3 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/generic/enbl-secure.c b/sysdeps/generic/enbl-secure.c
index 7dcd4391fa..fac79ea30e 100644
--- a/sysdeps/generic/enbl-secure.c
+++ b/sysdeps/generic/enbl-secure.c
@@ -1,5 +1,5 @@
 /* Define and initialize the `__libc_enable_secure' flag.  Generic version.
-   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
    dl-sysdep.c defines and initializes __libc_enable_secure.  */
 
 #include <unistd.h>
-
+#include <libc-internal.h>
 
 /* Safest assumption, if somehow the initializer isn't run.  */
 int __libc_enable_secure = 1;
diff --git a/sysdeps/generic/get_clockfreq.c b/sysdeps/generic/get_clockfreq.c
index 210ba27d1e..94f233c557 100644
--- a/sysdeps/generic/get_clockfreq.c
+++ b/sysdeps/generic/get_clockfreq.c
@@ -17,6 +17,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <libc-internal.h>
+
 unsigned long long int
 __get_clockfreq (void)
 {
diff --git a/sysdeps/generic/prof-freq.c b/sysdeps/generic/prof-freq.c
index 43b421df54..0610534ad1 100644
--- a/sysdeps/generic/prof-freq.c
+++ b/sysdeps/generic/prof-freq.c
@@ -31,6 +31,7 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
+#include <libc-internal.h>
 
 int
 __profile_frequency (void)