]> sourceware.org Git - glibc.git/commitdiff
Include "libc-internal.h" for __get_clockfreq declaration.
authorAndreas Jaeger <aj@suse.de>
Sat, 21 Apr 2001 16:22:05 +0000 (16:22 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 21 Apr 2001 16:22:05 +0000 (16:22 +0000)
sysdeps/unix/i386/i586/clock_settime.c

index 465a68f694ccc0648ea119901dd94ca65423eee7..af7ed1be8762da95cd9c46fc45bfc7fefdc51632 100644 (file)
@@ -19,7 +19,7 @@
 #include <time.h>
 
 #include "cpuclock-init.h"
-
+#include "libc-internal.h"
 
 /* This implementation uses the TSC register in modern (i586 and up) IA-32
    processors (most modern clones also provide it).  Since we need the
This page took 0.035322 seconds and 5 git commands to generate.