diff options
Diffstat (limited to 'sysdeps/generic/get_clockfreq.c')
-rw-r--r-- | sysdeps/generic/get_clockfreq.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |