Fix compile warning

pull/1213/head
Tatsuhiro Tsujikawa 2018-05-17 18:40:34 +09:00
parent e8e04d6f22
commit 388d1ca330
1 changed files with 1 additions and 0 deletions

View File

@ -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>