diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sys')
-rw-r--r-- | libc/sysdeps/linux/common/sys/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/sys/random.h b/libc/sysdeps/linux/common/sys/random.h index 42f802576..3d12744ad 100644 --- a/libc/sysdeps/linux/common/sys/random.h +++ b/libc/sysdeps/linux/common/sys/random.h @@ -5,6 +5,7 @@ #ifndef _SYS_RANDOM_H #define _SYS_RANDOM_H 1 #include <features.h> +#include <stddef.h> __BEGIN_DECLS |