diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 15:55:47 -0700 |
| commit | 88177fe3eddaf0bad82e85b87556ace1eefbe361 (patch) | |
| tree | 9a0fdb5b0aa139350310b19cff1c8dba8f07311d /ospf6d/ospf6_interface.c | |
| parent | 683de05f8708a43aabde961329b56b83cd856e31 (diff) | |
Fixup of warnings in the code
Ticket: None
Reviewed by: Trivial
Testing:
A bunch of warnings have crept in to the code base. This
fixes the issue
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index a45bdd5d6e..63783cc8f0 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -28,6 +28,7 @@ #include "thread.h" #include "prefix.h" #include "plist.h" +#include "zclient.h" #include "bfd.h" #include "ospf6_lsa.h" |
