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/ospf6d.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/ospf6d.c')
| -rw-r--r-- | ospf6d/ospf6d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index e904482391..65607fc131 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -27,6 +27,7 @@ #include "plist.h" #include "ospf6_proto.h" +#include "ospf6_top.h" #include "ospf6_network.h" #include "ospf6_lsa.h" #include "ospf6_lsdb.h" @@ -34,7 +35,6 @@ #include "ospf6_route.h" #include "ospf6_zebra.h" #include "ospf6_spf.h" -#include "ospf6_top.h" #include "ospf6_area.h" #include "ospf6_interface.h" #include "ospf6_neighbor.h" |
