Explorar el Código

Fix compile warning

Tatsuhiro Tsujikawa hace 7 años
padre
commit
388d1ca330
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>