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/test/test-memwipe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test-memwipe.c') diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 5d4fcec664..2689b95366 100644 --- a/src/test/test-memwipe.c +++ b/src/test/test-memwipe.c @@ -1,3 +1,4 @@ +#include "orconfig.h" #include #include #include -- cgit v1.2.3-54-g00ecf