Tatsuhiro Tsujikawa 7 роки тому
батько
коміт
388d1ca330
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/getrandom_linux.c

+ 1 - 0
src/getrandom_linux.c

@@ -37,6 +37,7 @@
 #include <unistd.h>
 #include <sys/syscall.h>
 #include <linux/random.h>
+#include <sys/random.h>
 #include <errno.h>
 #include <linux/errno.h>
 #include <stdint.h>