From: Sebastian Hahn Date: Wed, 31 Aug 2011 00:45:49 +0000 (-0400) Subject: Fix a compilation issue on older FreeBSDs X-Git-Tag: tor-0.2.2.33~8^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03760f6c6f0c580542c8bfc519062b65afdc8d5f;p=thirdparty%2Ftor.git Fix a compilation issue on older FreeBSDs --- diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 2937c67de2..a26e5b21e5 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -14,11 +14,12 @@ #include #include #include +#include "torint.h" + #ifdef HAVE_NETINET_IN_H #include #endif -#include "torint.h" #include "util.h" #include "torlog.h" #include "torgzip.h"