tests: fix build with GCC 10

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
Ruben Kerkhof 2020-03-08 17:17:49 +01:00
parent f8e23dc921
commit 9635de6e9b

View File

@ -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,