[or-cvs] headers for memcmp and ntohs

Roger Dingledine arma at seul.org
Sat Jan 22 00:06:11 UTC 2005


Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor/src/common

Modified Files:
      Tag: tor-0_0_9-patches
	torgzip.c 
Log Message:
headers for memcmp and ntohs


Index: torgzip.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/torgzip.c,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- torgzip.c	21 Jan 2005 02:06:27 -0000	1.9.2.1
+++ torgzip.c	22 Jan 2005 00:06:09 -0000	1.9.2.2
@@ -19,6 +19,8 @@
 #else
 #include <zlib.h>
 #endif
+#include <string.h>
+#include <netinet/in.h>
 
 #include "util.h"
 #include "log.h"



More information about the tor-commits mailing list