Explorar el Código

sys/random.h include stddef.h

Reported-By: akater <nuclearspace@gmail.com>
Waldemar Brodkorb hace 6 años
padre
commit
00972c02c2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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