]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a compilation issue on older FreeBSDs
authorSebastian Hahn <sebastian@torproject.org>
Wed, 31 Aug 2011 00:45:49 +0000 (20:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 31 Aug 2011 00:45:49 +0000 (20:45 -0400)
src/common/torgzip.c

index 2937c67de27e8bc5c80e2a735fd57bd8e253c952..a26e5b21e54932fa392e5818b5f44d63ad128ecc 100644 (file)
 #include <stdio.h>
 #include <assert.h>
 #include <string.h>
+#include "torint.h"
+
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
 
-#include "torint.h"
 #include "util.h"
 #include "torlog.h"
 #include "torgzip.h"