Browse code

Add the clamav.h header to clamdscan.c

Shawn Webb authored on 2014/06/26 02:34:16
Showing 1 changed files
... ...
@@ -34,6 +34,8 @@
34 34
 #include <time.h>
35 35
 #include <signal.h>
36 36
 
37
+#include "clamav.h"
38
+
37 39
 #include <openssl/ssl.h>
38 40
 #include <openssl/err.h>
39 41
 #include "libclamav/crypto.h"