]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
compile fix for fedora.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 21 Jun 2012 10:27:12 +0000 (10:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 21 Jun 2012 10:27:12 +0000 (10:27 +0000)
git-svn-id: file:///svn/unbound/trunk@2694 be551aaa-1e26-0410-a405-d3ace91eadb9

util/random.c

index c141e5a2620f33c04dc94483ae5f0ca4ac939ad6..2fbabbfd127c084aa9127bf04fa4b455d38fd6d3 100644 (file)
@@ -65,7 +65,8 @@
 #include <openssl/rc4.h>
 #include <openssl/err.h>
 #elif defined(HAVE_NSS)
-#include <nss3/nssbase.h>
+#include <nspr4/prerror.h>
+#include <nss3/secport.h>
 #include <nss3/pk11pub.h>
 #endif