diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-27 20:19:34 +0200 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-27 19:41:33 +0200 |
commit | 87362ceb5d493f12e8c937b533190a1996d2df22 (patch) | |
tree | 80e844bd2ace54bdfb8db4914f5e4171ffbcb6d4 /ospf6d/ospf6_asbr.h | |
parent | ospfd: sizing macros cleanup (diff) | |
download | frr-87362ceb5d493f12e8c937b533190a1996d2df22.tar.xz frr-87362ceb5d493f12e8c937b533190a1996d2df22.zip |
ospf6d: address more trivial compiler warnings
* ospf6_main.c: include required headers
* ospf6_asbr.h: idem
* ospf6_spf.c
* ospf6_spf_install(): remove unused variables
Diffstat (limited to 'ospf6d/ospf6_asbr.h')
-rw-r--r-- | ospf6d/ospf6_asbr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospf6d/ospf6_asbr.h b/ospf6d/ospf6_asbr.h index cd1c939ac..6aab1df0b 100644 --- a/ospf6d/ospf6_asbr.h +++ b/ospf6d/ospf6_asbr.h @@ -22,6 +22,13 @@ #ifndef OSPF6_ASBR_H #define OSPF6_ASBR_H +/* for struct ospf6_prefix */ +#include "ospf6_proto.h" +/* for struct ospf6_lsa */ +#include "ospf6_lsa.h" +/* for struct ospf6_route */ +#include "ospf6_route.h" + /* Debug option */ extern unsigned char conf_debug_ospf6_asbr; #define OSPF6_DEBUG_ASBR_ON() \ |