]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_str.c
*: make sure zebra.h is always included first
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Sep 2015 08:53:09 +0000 (01:53 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jun 2016 14:45:22 +0000 (10:45 -0400)
commit7a2fbbf0ee98f16021c4b809f342ee6cf4b7f8ac
treebdba881cf8f07846258451a81a03fdec456bcc0e
parent195dd232ebfd62cf6c461612d3ef7fb3d2a23b30
*: make sure zebra.h is always included first

zebra.h pulls in config.h, which results in fiddling with things like
__FILE_OFFSET_BITS. It must always be included first, in order to set
flags that influence the compiler via <features.h>.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 821df2cf18e5978cc7ab532a8695444380d08270)
20 files changed:
isisd/topology/random.c
isisd/topology/spacyc.c
isisd/topology/spgrid.c
isisd/topology/sprand.c
lib/getopt.c
lib/getopt1.c
lib/stream.c
lib/workqueue.c
pimd/pim_cmd.c
pimd/pim_igmp_join.c
pimd/pim_int.c
pimd/pim_signals.c
pimd/pim_sock.c
pimd/pim_str.c
pimd/pim_time.c
pimd/pim_version.c
tests/prng.c
tests/test-cli.c
tests/test-timer-correctness.c
tests/test-timer-performance.c