From 1395ef210722633a1f10a5e6acb29da13933d0c6 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 17 Apr 2015 14:28:03 -0300 Subject: x86: clock_gettime and timespec_get vDSO cleanup This patch removes the x86 specific timespec_get and clock_gettime implementation to use generic HAVE_CLOCK_GETTIME_VSYSCALL way. --- sysdeps/unix/sysv/linux/timespec_get.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/timespec_get.c') diff --git a/sysdeps/unix/sysv/linux/timespec_get.c b/sysdeps/unix/sysv/linux/timespec_get.c index 0e5f513f3d..b42a44ff12 100644 --- a/sysdeps/unix/sysv/linux/timespec_get.c +++ b/sysdeps/unix/sysv/linux/timespec_get.c @@ -17,6 +17,7 @@ #include #include +#include #ifdef HAVE_CLOCK_GETTIME_VSYSCALL # define HAVE_VSYSCALL -- cgit 1.4.1