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 --- zebra/irdp_packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/irdp_packet.c') diff --git a/zebra/irdp_packet.c b/zebra/irdp_packet.c index 0ccc0af41e..2dfc027f1d 100644 --- a/zebra/irdp_packet.c +++ b/zebra/irdp_packet.c @@ -34,7 +34,7 @@ #include "sockunion.h" #include "sockunion.h" #include "stream.h" -#include "event.h" +#include "frrevent.h" #include "vty.h" #include "zclient.h" #include "lib_errors.h" -- cgit v1.2.3