From 3e975a60425b24f1c443c8150c354d4e215cf172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Wed, 10 Feb 2010 17:21:21 +0200 Subject: [PATCH] missing #include. --- libclamav/matcher-bm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libclamav/matcher-bm.c b/libclamav/matcher-bm.c index 4bc33a88a..c2f3b7ef2 100644 --- a/libclamav/matcher-bm.c +++ b/libclamav/matcher-bm.c @@ -31,6 +31,7 @@ #include "matcher.h" #include "matcher-bm.h" #include "filetypes.h" +#include "filtering.h" #include "mpool.h"