From cf30adcedcff875ff547092f5b3efbdfadfeb048 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 5 Mar 2014 22:18:02 +0100 Subject: [PATCH] ipfw: fix build Buildbot reported: runmode-ipfw.c: In function 'RunModeIpsIPFWAuto': runmode-ipfw.c:85: error: implicit declaration of function 'LiveDeviceHasNoStats' --- src/runmode-ipfw.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2