diff options
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 0194e53128..e5a5c3e227 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -37,6 +37,7 @@  #include "libfrr.h"  #include "ripd/ripd.h" +#include "ripd/rip_errors.h"  /* ripd options. */  #if CONFDATE > 20190521 @@ -167,6 +168,7 @@ int main(int argc, char **argv)  	master = frr_init();  	/* Library initialization. */ +	rip_error_init();  	keychain_init();  	vrf_init(NULL, NULL, NULL, NULL);  | 
