From 901fda9830d7379d802f7c8db719e63c65e757ed Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 26 May 2017 16:19:08 -0400 Subject: [PATCH] nhrpd: Fix missing include for 'access_list_init' function Signed-off-by: Donald Sharp --- nhrpd/nhrp_vty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nhrpd/nhrp_vty.c b/nhrpd/nhrp_vty.c index ef8b6ee0a6..f62be74042 100644 --- a/nhrpd/nhrp_vty.c +++ b/nhrpd/nhrp_vty.c @@ -11,6 +11,7 @@ #include "command.h" #include "zclient.h" #include "stream.h" +#include "filter.h" #include "nhrpd.h" #include "netlink.h" -- 2.39.5