]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add include to getentropy_linux.c, hopefully fixing debian build.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sun, 30 Nov 2014 02:00:29 +0000 (02:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sun, 30 Nov 2014 02:00:29 +0000 (02:00 +0000)
git-svn-id: file:///svn/unbound/trunk@3286 be551aaa-1e26-0410-a405-d3ace91eadb9

compat/getentropy_linux.c
doc/Changelog

index d51d7952d8c359f9146f7f3bc0c9ee1cf4f07446..20e28560a2da79f597c0fade18999b619fc48b1d 100644 (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
index 9e01a069e47e01392625a28824fd2b14f0ca1f2c..d2687f0feea8d4e59e747da1dc988a7d02449d29 100644 (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.