include math.h for prototypes

git-svn-id: file:///svn/unbound/trunk@1978 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2010-02-09 15:21:34 +00:00
parent 003aebc9fe
commit 23077d5a2b
2 changed files with 3 additions and 0 deletions
+2
View 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"