diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-10-08 10:38:45 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-10-08 20:44:23 -0400 |
| commit | c527acf1eba3325e537ef844f57957f6c3843cab (patch) | |
| tree | 075f5f4cc124b01813f2faab331dfe05f7875d0f /ospf6d/ospf6_network.c | |
| parent | 0405eff37ad6d7dde7b1976aa38d2088df4929a2 (diff) | |
ospf6d: Move header includes around to reflect reality
ospf6_network.h needs ospf6_top.h to be included
first.
This makes newer versions of gcc much much happier.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_network.c')
| -rw-r--r-- | ospf6d/ospf6_network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_network.c b/ospf6d/ospf6_network.c index abbb180d45..6c83881bf4 100644 --- a/ospf6d/ospf6_network.c +++ b/ospf6d/ospf6_network.c @@ -30,9 +30,9 @@ #include "libospf.h" #include "ospf6_proto.h" +#include "ospf6_top.h" #include "ospf6_network.h" #include "ospf6d.h" -#include "ospf6_top.h" struct in6_addr allspfrouters6; struct in6_addr alldrouters6; |
