]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ipfw: fix build 876/head
authorEric Leblond <eric@regit.org>
Wed, 5 Mar 2014 21:18:02 +0000 (22:18 +0100)
committerEric Leblond <eric@regit.org>
Wed, 5 Mar 2014 21:18:02 +0000 (22:18 +0100)
Buildbot reported:
 runmode-ipfw.c: In function 'RunModeIpsIPFWAuto':
 runmode-ipfw.c:85: error: implicit declaration of function 'LiveDeviceHasNoStats'

src/runmode-ipfw.c

index 695144ea5ee2af3c309a5354746d4f71ebe2095f..718f859a4f9f13390f3c61b3fda73c632ca0d304 100644 (file)
@@ -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;