Browse Source

fix header

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
pull/1386/head
Syrone Wong 7 years ago
committed by Max Lv
parent
commit
836d2f3859
1 changed files with 2 additions and 2 deletions
  1. 4
      src/crypto.c

4
src/crypto.c

@ -25,9 +25,9 @@
#endif
#if defined(__linux__) && defined(HAVE_LINUX_RANDOM_H)
# include <sys/ioctl.h>
# include <sys/stat.h>
# include <fcntl.h>
# include <unistd.h>
# include <sys/ioctl.h>
# include <linux/random.h>
#endif

Loading…
Cancel
Save