Browse Source

Fix a compilation issue on older FreeBSDs

Sebastian Hahn 14 years ago
parent
commit
03760f6c6f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/common/torgzip.c

+ 2 - 1
src/common/torgzip.c

@@ -14,11 +14,12 @@
 #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"