summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-15 19:11:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-15 19:11:46 +0200
commit00972c02c2b6e0a95d5def4a71bdfb188e091782 (patch)
treee2e558871482bfcce8690bcfc33a83c08f762961 /libc
parent5b58a1ebd89a4f05778441814e81817c82193fa3 (diff)
sys/random.h include stddef.h
Reported-By: akater <nuclearspace@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/sys/random.h1
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