Sfoglia il codice sorgente

Fix a compilation issue on older FreeBSDs

Sebastian Hahn 12 anni fa
parent
commit
03760f6c6f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"