[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] give a header file for ntohs
Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common
Modified Files:
torgzip.c
Log Message:
give a header file for ntohs
Index: torgzip.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/torgzip.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- torgzip.c 20 Jan 2005 19:02:35 -0000 1.12
+++ torgzip.c 20 Jan 2005 20:15:14 -0000 1.13
@@ -20,6 +20,7 @@
#include <zlib.h>
#endif
#include <string.h>
+#include <netinet/in.h>
#include "util.h"
#include "log.h"