From: Victor Julien Date: Tue, 23 Oct 2012 15:10:36 +0000 (+0200) Subject: luajit: suppress compiler warning X-Git-Tag: suricata-1.4beta3~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83ffd1f7432c5f83833e8a53b206db5e96556905;p=thirdparty%2Fsuricata.git luajit: suppress compiler warning --- 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