diff options
-rw-r--r-- | sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/convert_scm_timestamps.c b/sysdeps/unix/sysv/linux/convert_scm_timestamps.c index 5d3c4199e0..953ce97bd2 100644 --- a/sysdeps/unix/sysv/linux/convert_scm_timestamps.c +++ b/sysdeps/unix/sysv/linux/convert_scm_timestamps.c @@ -16,9 +16,10 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ -#include <kernel-features.h> +#include <bits/wordsize.h> +#include <bits/timesize.h> -#ifndef __ASSUME_TIME64_SYSCALLS +#if __TIMESIZE != 64 # include <stdint.h> # include <string.h> # include <sys/socket.h> |