mirror of https://github.com/getdnsapi/getdns.git
Bugfix #399: Reinclude <linux/sysctl.h> in getentropy_linux.c
This commit is contained in:
parent
f9ab894936
commit
799bd2f6b1
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/random.h>
|
#include <linux/random.h>
|
||||||
|
#include <linux/sysctl.h>
|
||||||
#ifdef HAVE_GETAUXVAL
|
#ifdef HAVE_GETAUXVAL
|
||||||
#include <sys/auxv.h>
|
#include <sys/auxv.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue