]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix windows compile for new rrset roundrobin fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Nov 2018 13:35:29 +0000 (13:35 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 27 Nov 2018 13:35:29 +0000 (13:35 +0000)
git-svn-id: file:///svn/unbound/trunk@4986 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
util/data/msgencode.c

index b1cbc0ebcaf90d108143a3aeddca3e914a22d3e8..0be9376127e1f935b160fb0d32a262b6deb3d6d8 100644 (file)
@@ -9,6 +9,7 @@
          expired, and this is documented in the man page.
        - stat count SERVFAIL downstream auth-zone queries for expired zones.
        - Put new logos into windows installer.
+       - Fix windows compile for new rrset roundrobin fix.
 
 26 November 2018: Wouter
        - Fix to not set GLOB_NOSORT so the unbound.conf include: files are
index a706a2f2ef4120152f423d5a325f0bbcf409ea28..3d91680bd714ab9bb7bebf3102f1d6d73d9b5d51 100644 (file)
 #include "sldns/sbuffer.h"
 #include "services/localzone.h"
 
+#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+
 /** return code that means the function ran out of memory. negative so it does
  * not conflict with DNS rcodes. */
 #define RETVAL_OUTMEM  -2