diff options
-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 465a68f694..af7ed1be87 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 |