Browse code

Fix compilation error on Cygwin

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

Tomasz Kojm authored on 2004/08/26 09:25:57
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Aug 26 02:23:36 CEST 2004 (tk)
2
+----------------------------------
3
+  * freshclam/dns.c: Fix compilation error on Cygwin (thanks to Nigel)
4
+
1 5
 Thu Aug 26 02:19:47 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/pe.c: Handle more cases of broken executables
... ...
@@ -22,6 +22,7 @@
22 22
 
23 23
 #ifdef HAVE_RESOLV_H
24 24
 
25
+#include <stdio.h>
25 26
 #include <string.h>
26 27
 #include <sys/types.h>
27 28
 #include <netinet/in.h>