Browse code

clamd/server-th.c: add missing proto for cli_initengine() (bb#1136)

git-svn: trunk@4116

Tomasz Kojm authored on 2008/08/18 02:39:21
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Aug 17 19:30:25 CEST 2008 (tk)
2
+----------------------------------
3
+  * clamd/server-th.c: add missing proto for cli_initengine() (bb#1136)
4
+
1 5
 Sat Aug 16 19:58:30 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * V 0.94rc1
... ...
@@ -53,6 +53,7 @@
53 53
 #include "others.h"
54 54
 #include "shared.h"
55 55
 #include "libclamav/others.h"
56
+#include "libclamav/readdb.h"
56 57
 
57 58
 #ifndef	C_WINDOWS
58 59
 #define	closesocket(s)	close(s)