From 24a58196ddcff2215d382d8a677c2dcdc898e03c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 7 Mar 2023 14:22:48 -0500 Subject: *: Convert event.h to frrevent.h We should probably prevent any type of namespace collision with something else. Signed-off-by: Donald Sharp --- bgpd/bgp_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_dump.c') diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c index d59e1925e..c78e740ec 100644 --- a/bgpd/bgp_dump.c +++ b/bgpd/bgp_dump.c @@ -10,7 +10,7 @@ #include "sockunion.h" #include "command.h" #include "prefix.h" -#include "event.h" +#include "frrevent.h" #include "linklist.h" #include "queue.h" #include "memory.h" -- cgit v1.2.3