From 54854d74c1faa5ee79e4b45e8f0b3000ac806e83 Mon Sep 17 00:00:00 2001 From: Anoop Saldanha Date: Mon, 13 Dec 2010 16:51:30 +0530 Subject: [PATCH] add some header files that we missed while rebasing --- src/util-mpm.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/util-mpm.c b/src/util-mpm.c index 58dd60af05..9a823e494f 100644 --- a/src/util-mpm.c +++ b/src/util-mpm.c @@ -38,6 +38,14 @@ #include "util-mpm-ac-gfbs.h" #include "util-hashlist.h" +#include "detect-engine.h" +#include "util-cuda-handlers.h" +#include "util-cuda.h" +#include "conf.h" +#include "conf-yaml-loader.h" +#include "queue.h" +#include "util-unittest.h" + MpmCtxFactoryContainer *mpm_ctx_factory_container = NULL; /**