]> git.puffer.fish Git - mirror/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, 20 Aug 2011 19:12:00 +0000 (23:12 +0400)
commitb62987450e4d4e0dd18a2766aff220d42174042b
tree3c23b6b539062859bbe3e402d335979f903fca4f
parenteb223062582ba463856119efa30ae1989c2a901d
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