aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-08-12 17:26:43 +0000
committerNick Mathewson <nickm@torproject.org>2005-08-12 17:26:43 +0000
commitd1c094637dee46493f2be435e2b37588bfe5331b (patch)
treeee765f5925444f0f5e57ea8eda5c80f2fcd2e299 /src/common/tortls.c
parent789374dbbd6931fb9749161ea2882fccfc172343 (diff)
downloadtor-d1c094637dee46493f2be435e2b37588bfe5331b.tar
tor-d1c094637dee46493f2be435e2b37588bfe5331b.tar.gz
Try to resolve another reported solaris x86 warning
svn:r4771
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 8717c0e94..6f6f17826 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -15,6 +15,7 @@ const char tortls_c_id[] = "$Id$";
* functions and variables.)
*/
+#include "orconfig.h"
#include "./crypto.h"
#include "./tortls.h"
#include "./util.h"