]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: add missing include
authorDenis Ovsienko <infrastation@yandex.ru>
Sat, 20 Aug 2011 19:12:00 +0000 (23:12 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Sat, 27 Aug 2011 17:20:40 +0000 (21:20 +0400)
commita0bf59bcac8b40c3f83e7f2e7f65087ece6acfc7
treee1352b965caa07bdc181f8d30f3e107deb97bc60
parentef95122eb214f80700fc79b4a95686eadfea859b
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.
ospf6d/ospf6_abr.h