aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-23 19:36:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-23 19:36:45 -0400
commit36bb11a65081bb0c2a2a86359c6386bde67f8046 (patch)
treef048548c2e8d5e9ab25a538ab3818517cd6bab05 /src/test/test.c
parentc1ad40627bbccf2682f56053c77ff719c822cbce (diff)
parentcc4ea34a262993bf69836d1bffa3175e24261565 (diff)
downloadtor-36bb11a65081bb0c2a2a86359c6386bde67f8046.tar.gz
tor-36bb11a65081bb0c2a2a86359c6386bde67f8046.zip
Merge branch 'maint-0.2.9' into maint-0.3.2
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 383bc00002..a935ac36a6 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -22,6 +22,8 @@
#include <dirent.h>
#endif /* defined(_WIN32) */
+#include <math.h>
+
/* These macros pull in declarations for some functions and structures that
* are typically file-private. */
#define GEOIP_PRIVATE
@@ -31,14 +33,6 @@
#define MAIN_PRIVATE
#define STATEFILE_PRIVATE
-/*
- * Linux doesn't provide lround in math.h by default, but mac os does...
- * It's best just to leave math.h out of the picture entirely.
- */
-//#include <math.h>
-long int lround(double x);
-double fabs(double x);
-
#include "or.h"
#include "backtrace.h"
#include "buffers.h"