From 158fdcef1536da826bcc68294b17f6be354dd913 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 21 Feb 2009 14:05:25 +0100 Subject: mcast: fix compilation warning due missing header This patch includes libnfnetlink.h header in mcast.c to remove a compilation warning due to missing prototype declaration. Signed-off-by: Pablo Neira Ayuso --- src/mcast.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mcast.c') diff --git a/src/mcast.c b/src/mcast.c index bc530d3..ba472f6 100644 --- a/src/mcast.c +++ b/src/mcast.c @@ -28,6 +28,7 @@ #include #include #include +#include struct mcast_sock *mcast_server_create(struct mcast_conf *conf) { -- cgit v1.2.3