From 94bff894f9e127888f15ec2333f86d0388e4da7d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jul 2016 10:47:46 -0400 Subject: Fix a large pile of solaris warnings for bug 19767. In nearly all cases, this is a matter of making sure that we include orconfig.h before we include any standard c headers. --- src/or/circuitmux_ewma.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/circuitmux_ewma.c') diff --git a/src/or/circuitmux_ewma.c b/src/or/circuitmux_ewma.c index b784a140ac..13836cdcfa 100644 --- a/src/or/circuitmux_ewma.c +++ b/src/or/circuitmux_ewma.c @@ -8,6 +8,8 @@ #define TOR_CIRCUITMUX_EWMA_C_ +#include "orconfig.h" + #include #include "or.h" -- cgit v1.2.3-54-g00ecf