From 83ffd1f7432c5f83833e8a53b206db5e96556905 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 23 Oct 2012 17:10:36 +0200 Subject: [PATCH] luajit: suppress compiler warning --- src/detect-luajit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect-luajit.c b/src/detect-luajit.c index 64ec14ed88..d4f448caff 100644 --- a/src/detect-luajit.c +++ b/src/detect-luajit.c @@ -54,6 +54,7 @@ #include "detect-luajit.h" #include "queue.h" +#include "util-cpu.h" #ifndef HAVE_LUAJIT