This commit is contained in:
Benjamin Peterson 2016-12-19 23:54:57 -08:00
commit b0eb986eb2
5 changed files with 8 additions and 3 deletions

View file

@ -12,7 +12,7 @@
# ifdef HAVE_LINUX_RANDOM_H
# include <linux/random.h>
# endif
# if defined(HAVE_GETRANDOM) || defined(HAVE_GETENTROPY)
# ifdef HAVE_SYS_RANDOM_H
# include <sys/random.h>
# endif
# if !defined(HAVE_GETRANDOM) && defined(HAVE_GETRANDOM_SYSCALL)