diff options
Diffstat (limited to 'watchfrr')
-rw-r--r-- | watchfrr/watchfrr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index c6eac46ae..89199da1a 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -6,7 +6,7 @@ */ #include <zebra.h> -#include "event.h" +#include "frrevent.h" #include <log.h> #include <network.h> #include <sigevent.h> |