aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-28 10:47:46 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-28 10:47:46 -0400
commit94bff894f9e127888f15ec2333f86d0388e4da7d (patch)
treeaa46d8004f3b51ef99484ac8ade17f78ce418ac3 /src/common/crypto.h
parentc1bfa65211257e5efb89c5ebc534339d52fa77c4 (diff)
downloadtor-94bff894f9e127888f15ec2333f86d0388e4da7d.tar.gz
tor-94bff894f9e127888f15ec2333f86d0388e4da7d.zip
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.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index 682c4e3253..e4d3d06d13 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -13,6 +13,8 @@
#ifndef TOR_CRYPTO_H
#define TOR_CRYPTO_H
+#include "orconfig.h"
+
#include <stdio.h>
#include "torint.h"
#include "testsupport.h"