Browse Source

sys/random.h include stddef.h

Reported-By: akater <nuclearspace@gmail.com>
Waldemar Brodkorb 3 years ago
parent
commit
00972c02c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/sys/random.h

+ 1 - 0
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