From: Roger Dingledine Date: Thu, 20 Jan 2005 20:15:14 +0000 (+0000) Subject: give a header file for ntohs X-Git-Tag: tor-0.1.0.1-rc~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2e441da065d284a1a07b614517206d269e005f1;p=thirdparty%2Ftor.git give a header file for ntohs svn:r3388 --- diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 9ac72e0f9f..e879808035 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -20,6 +20,7 @@ const char torgzip_c_id[] = "$Id$"; #include #endif #include +#include #include "util.h" #include "log.h"