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

git-svn: trunk@3942
0.95
Tomasz Kojm 17 years ago
parent 7edaa8a52f
commit 44eb77a1ff
  1. 4
      ChangeLog
  2. 2
      freshclam/mirman.c

@ -1,3 +1,7 @@
Mon Jul 14 10:47:22 CEST 2008 (tk)
----------------------------------
* freshclam/mirman.c: fix compilation error on w32 (bb#1095)
Mon Jul 14 10:32:26 CEST 2008 (tk)
----------------------------------
* freshclam/manager.c: respect HTTPProxyPort in new code (bb#1094)

@ -35,9 +35,11 @@
#include <fcntl.h>
#include <time.h>
#ifndef C_WINDOWS
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif
#include "mirman.h"

Loading…
Cancel
Save