- Add include to getentropy_linux.c, hopefully fixing debian build.

git-svn-id: file:///svn/unbound/trunk@3286 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-11-30 02:00:29 +00:00
parent b88fefa1c3
commit 988dad4dda
2 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,7 @@
#include <time.h>
#include <openssl/sha.h>
#include <linux/types.h>
#include <linux/random.h>
#include <linux/sysctl.h>
#ifdef HAVE_GETAUXVAL

View file

@ -1,3 +1,6 @@
29 November 2014: Wouter
- Add include to getentropy_linux.c, hopefully fixing debian build.
28 November 2014: Wouter
- Fix makefile for build from noexec source tree.