Browse code

fix compilation error on Cygwin

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@811 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/08/30 21:03:30
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Aug 30 14:00:43 CEST 2004 (tk)
2
+----------------------------------
3
+  * freshclam/dns.c: Fix compilation error on Cygwin once more (thanks to Nigel)
4
+
1 5
 Mon Aug 30 12:36:49 BST 2004 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/blob.c:	Fix compilation errors on AIX and OSF reported by
... ...
@@ -20,9 +20,10 @@
20 20
 #include "clamav-config.h"
21 21
 #endif
22 22
 
23
+#include <stdio.h>
24
+
23 25
 #ifdef HAVE_RESOLV_H
24 26
 
25
-#include <stdio.h>
26 27
 #include <string.h>
27 28
 #include <sys/types.h>
28 29
 #include <netinet/in.h>