summaryrefslogtreecommitdiff
path: root/zebra/irdp_main.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-08-24 17:14:09 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:56:41 +0000
commit364fed6b074a702f21e190cb7aff33e13c65e808 (patch)
tree5af486911acf99960cc4dc79bb0e4d281936fd97 /zebra/irdp_main.c
parentc98d5ce810aaaa59f09ae3f078e26d999d77dcdd (diff)
zebra: fix includes
Add and remove error related includes as necessary. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/irdp_main.c')
-rw-r--r--zebra/irdp_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/irdp_main.c b/zebra/irdp_main.c
index b96405f9ee..fe7e58e1a9 100644
--- a/zebra/irdp_main.c
+++ b/zebra/irdp_main.c
@@ -59,6 +59,7 @@
#include "zebra/zserv.h"
#include "zebra/redistribute.h"
#include "zebra/irdp.h"
+#include "zebra/zebra_errors.h"
#include <netinet/ip_icmp.h>
#include "checksum.h"