From: Eric Leblond Date: Wed, 5 Mar 2014 21:18:02 +0000 (+0100) Subject: ipfw: fix build X-Git-Tag: suricata-2.0rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F876%2Fhead;p=thirdparty%2Fsuricata.git ipfw: fix build Buildbot reported: runmode-ipfw.c: In function 'RunModeIpsIPFWAuto': runmode-ipfw.c:85: error: implicit declaration of function 'LiveDeviceHasNoStats' --- diff --git a/src/runmode-ipfw.c b/src/runmode-ipfw.c index 695144ea5e..718f859a4f 100644 --- a/src/runmode-ipfw.c +++ b/src/runmode-ipfw.c @@ -46,6 +46,7 @@ #include "util-affinity.h" #include "util-runmodes.h" #include "source-ipfw.h" +#include "util-device.h" static const char *default_mode;