Browse code

freshclam/mirman.c: fix compilation error on w32 (bb#1095)

git-svn: trunk@3942

Tomasz Kojm authored on 2008/07/14 18:11:34
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Jul 14 10:47:22 CEST 2008 (tk)
2
+----------------------------------
3
+  * freshclam/mirman.c: fix compilation error on w32 (bb#1095)
4
+
1 5
 Mon Jul 14 10:32:26 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * freshclam/manager.c: respect HTTPProxyPort in new code (bb#1094)
... ...
@@ -35,9 +35,11 @@
35 35
 #include <fcntl.h>
36 36
 #include <time.h>
37 37
 
38
+#ifndef C_WINDOWS
38 39
 #include <sys/socket.h>
39 40
 #include <netinet/in.h>
40 41
 #include <arpa/inet.h>
42
+#endif
41 43
 
42 44
 #include "mirman.h"
43 45