]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
give a header file for ntohs
authorRoger Dingledine <arma@torproject.org>
Thu, 20 Jan 2005 20:15:14 +0000 (20:15 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 20 Jan 2005 20:15:14 +0000 (20:15 +0000)
svn:r3388

src/common/torgzip.c

index 9ac72e0f9f86628e263ab8a027fd428f9dec25e6..e879808035e957f54c4c6857e19b4260b638d5d0 100644 (file)
@@ -20,6 +20,7 @@ const char torgzip_c_id[] = "$Id$";
 #include <zlib.h>
 #endif
 #include <string.h>
+#include <netinet/in.h>
 
 #include "util.h"
 #include "log.h"