]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
include math.h for prototypes
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 9 Feb 2010 15:21:34 +0000 (15:21 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 9 Feb 2010 15:21:34 +0000 (15:21 +0000)
git-svn-id: file:///svn/unbound/trunk@1978 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/replay.c

index 3cd711069d57a506c6d5076d0041f00d1a171ae7..737315d80c1ccdbeaae20d4401c0d3cb3965c601 100644 (file)
@@ -1,5 +1,6 @@
 9 February 2010: Wouter
        - Fixup in compat snprintf routine, %f 1.02 and %g support.
+       - include math.h for testbound test compile portability.
 
 2 February 2010: Wouter
        - Updated url of IANA itar, interim trust anchor repository, in script.
index 03f5781f3cc6f7bfd5bc8b5bbe9fe3b63d7f3f2e..9839ee7d0d97a86fd2d7ee9045488b323edc2c75 100644 (file)
@@ -40,6 +40,8 @@
  */
 
 #include "config.h"
+/* for strtod prototype */
+#include <math.h>
 #include "util/log.h"
 #include "util/net_help.h"
 #include "util/config_file.h"