Bläddra i källkod

Fix a compilation issue on older FreeBSDs

Sebastian Hahn 14 år sedan
förälder
incheckning
03760f6c6f
1 ändrade filer med 2 tillägg och 1 borttagningar
  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"