commit | a0bf59bcac8b40c3f83e7f2e7f65087ece6acfc7 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sat Aug 20 23:12:00 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Sat Aug 27 21:20:40 2011 +0400 |
tree | e1352b965caa07bdc181f8d30f3e107deb97bc60 | |
parent | ef95122eb214f80700fc79b4a95686eadfea859b [diff] |
ospf6d: add missing include Two extern declarations in ospf6_abr.h are based on struct ospf6_route, which may not be available at the time ospf6_abr.h is included. This may lead to warnings after including ospf6_abr.h just for the structures defined in it.