diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/sysctl.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/sysctl.h b/sysdeps/unix/sysv/linux/sys/sysctl.h index 1ead597244..c5d06d1a48 100644 --- a/sysdeps/unix/sysv/linux/sys/sysctl.h +++ b/sysdeps/unix/sysv/linux/sys/sysctl.h @@ -21,8 +21,8 @@ #warning "The <sys/sysctl.h> header is deprecated and will be removed." #include <features.h> -#define __need_size_t -#include <stddef.h> +#include <bits/types/size_t.h> + /* Prevent more kernel headers than necessary to be included. */ #ifndef _LINUX_KERNEL_H # define _LINUX_KERNEL_H 1 |