diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2015-03-03 08:55:54 +0100 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-07 08:50:09 -0400 |
| commit | 1cc5e6822b05f6bf6a5b26b515ff78355d89fb07 (patch) | |
| tree | bea67dfe88832eb48bfef7da1f4f1815578c4ba1 /ospf6d/ospf6_snmp.c | |
| parent | f2bce9a5b39e9fcd3da3e338ef197fa5109a5010 (diff) | |
*: add missing includes
Some places, particularly headers, were spewing warnings since they
don't include neccessary other headers to get struct/enum definitions.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 388f8857eb81ef75014060976776523a58a99389)
Diffstat (limited to 'ospf6d/ospf6_snmp.c')
| -rw-r--r-- | ospf6d/ospf6_snmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_snmp.c b/ospf6d/ospf6_snmp.c index ed1917c3a8..307d420ece 100644 --- a/ospf6d/ospf6_snmp.c +++ b/ospf6d/ospf6_snmp.c @@ -40,6 +40,8 @@ #include "ospf6_interface.h" #include "ospf6_message.h" #include "ospf6_neighbor.h" +#include "ospf6_abr.h" +#include "ospf6_asbr.h" #include "ospf6d.h" #include "ospf6_snmp.h" |
