From: Ruben Kerkhof Date: Sun, 8 Mar 2020 16:17:49 +0000 (+0100) Subject: tests: fix build with GCC 10 X-Git-Tag: frr-7.3.1~8^2~7 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b53995233991dbba38e1c2556eab8c811c07c322;p=matthieu%2Ffrr.git tests: fix build with GCC 10 Signed-off-by: Ruben Kerkhof (cherry picked from commit 9635de6e9b8cbc35f5ec62d4d1dc8b6c72df8c45) --- diff --git a/tests/bgpd/test_mpath.c b/tests/bgpd/test_mpath.c index 21f4b38773..14efe17b73 100644 --- a/tests/bgpd/test_mpath.c +++ b/tests/bgpd/test_mpath.c @@ -75,7 +75,7 @@ struct testcase_t__ { /* need these to link in libbgp */ struct thread_master *master = NULL; -struct zclient *zclient; +extern struct zclient *zclient; struct zebra_privs_t bgpd_privs = { .user = NULL, .group = NULL,