diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-21 16:22:05 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-21 16:22:05 +0000 |
commit | e03b8b00fc3deea996086be203fe6c6db334ca32 (patch) | |
tree | 1da98c2795d255b0f9a8309c4bd9d42080c5c8f0 /sysdeps/unix/i386 | |
parent | 5fc48cd78f0c50e889d1c1f3b8f812058db71ecd (diff) | |
download | glibc-e03b8b00fc3deea996086be203fe6c6db334ca32.zip glibc-e03b8b00fc3deea996086be203fe6c6db334ca32.tar.gz glibc-e03b8b00fc3deea996086be203fe6c6db334ca32.tar.bz2 |
Include "libc-internal.h" for __get_clockfreq declaration.
Diffstat (limited to 'sysdeps/unix/i386')
-rw-r--r-- | sysdeps/unix/i386/i586/clock_settime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/i386/i586/clock_settime.c b/sysdeps/unix/i386/i586/clock_settime.c index 465a68f..af7ed1b 100644 --- a/sysdeps/unix/i386/i586/clock_settime.c +++ b/sysdeps/unix/i386/i586/clock_settime.c @@ -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 |