소스 검색

Fix compile warning

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>