[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Try to resolve another reported solaris x86 warning
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv16640/src/common
Modified Files:
tortls.c
Log Message:
Try to resolve another reported solaris x86 warning
Index: tortls.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- tortls.c 21 Jun 2005 01:07:32 -0000 1.99
+++ tortls.c 12 Aug 2005 17:26:43 -0000 1.100
@@ -15,6 +15,7 @@
* functions and variables.)
*/
+#include "orconfig.h"
#include "./crypto.h"
#include "./tortls.h"
#include "./util.h"