From: Ruben Kerkhof Date: Sun, 8 Mar 2020 16:17:49 +0000 (+0100) Subject: tests: fix build with GCC 10 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b4c8de38c53a2c0993d2924edddb37db6df87b40;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 0ecd0fdfec..b57758f556 100644 --- a/tests/bgpd/test_mpath.c +++ b/tests/bgpd/test_mpath.c @@ -74,7 +74,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,