diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-08-12 17:26:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-08-12 17:26:43 +0000 |
commit | d1c094637dee46493f2be435e2b37588bfe5331b (patch) | |
tree | ee765f5925444f0f5e57ea8eda5c80f2fcd2e299 /src/common/tortls.c | |
parent | 789374dbbd6931fb9749161ea2882fccfc172343 (diff) | |
download | tor-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.c | 1 |
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" |