From cb94748dab2347ff7d4e236cf358a300c490cef1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 17 Jun 2010 17:44:31 +0200 Subject: [PATCH] Add missing include resulting in a compiler warning. --- src/detect-flowbits.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/detect-flowbits.c b/src/detect-flowbits.c index ceda4c147d..258cee6bda 100644 --- a/src/detect-flowbits.c +++ b/src/detect-flowbits.c @@ -34,6 +34,8 @@ #include "detect-flowbits.h" #include "util-spm.h" +#include "app-layer-parser.h" + #include "detect-parse.h" #include "detect-engine.h" #include "detect-engine-mpm.h"