Bugfix #399: Reinclude <linux/sysctl.h> in getentropy_linux.c

This commit is contained in:
Willem Toorop 2018-05-13 11:59:14 +02:00
parent f9ab894936
commit 799bd2f6b1
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
#include <linux/types.h>
#include <linux/random.h>
#include <linux/sysctl.h>
#ifdef HAVE_GETAUXVAL
#include <sys/auxv.h>
#endif