]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
*: config.h or zebra.h is the first #include
authorDavid Lamparter <equinox@diac24.net>
Wed, 12 Jun 2019 18:18:12 +0000 (20:18 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 13 Jun 2019 11:35:33 +0000 (13:35 +0200)
commit2618a52ed307ffe62f45fb345fa5d90a631fc4f6
treee4de811dfe49ac12e8d6ba52b604b2f6beb1f159
parent899e4095d1b5d3a40114df1a8cd86c6d18dbc9d8
*: config.h or zebra.h is the first #include

This is mostly relevant for Solaris, where config.h sets up some #define
that affect overall header behaviour, so it needs to be before anything
else.

Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_addpath.c
bgpd/bgp_route.c
lib/command_py.c
lib/frrlua.c
lib/id_alloc.c
lib/typerb.c
lib/typesafe.c
pimd/pim_bsm.c
tests/lib/test_idalloc.c
tests/lib/test_seqlock.c
zebra/zebra_dplane.c