From 258cac889aba78f1a07a3332b8033197073f968d Mon Sep 17 00:00:00 2001 From: William Metcalf Date: Mon, 2 Nov 2009 13:19:36 -0600 Subject: [PATCH] silence pfring compiler warning --- src/source-pfring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source-pfring.c b/src/source-pfring.c index 405f65b4d3..8dcaa7310b 100644 --- a/src/source-pfring.c +++ b/src/source-pfring.c @@ -6,6 +6,7 @@ #include "eidps-common.h" #include "eidps.h" +#include "conf.h" #include "decode.h" #include "packet-queue.h" #include "threads.h" @@ -15,7 +16,6 @@ #include "tm-threads.h" #include "source-pfring.h" - TmEcode ReceivePfring(ThreadVars *, Packet *, void *, PacketQueue *); TmEcode ReceivePfringThreadInit(ThreadVars *, void *, void **); void ReceivePfringThreadExitStats(ThreadVars *, void *);