diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-15 19:11:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-15 19:11:46 +0200 |
commit | 00972c02c2b6e0a95d5def4a71bdfb188e091782 (patch) | |
tree | e2e558871482bfcce8690bcfc33a83c08f762961 /libc/sysdeps/linux/common/sys/random.h | |
parent | 5b58a1ebd89a4f05778441814e81817c82193fa3 (diff) |
sys/random.h include stddef.h
Reported-By: akater <nuclearspace@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/sys/random.h')
-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 |