From: Pavel TvrdĂ­k Date: Wed, 19 Aug 2015 13:11:10 +0000 (+0200) Subject: Birdtest: fixing test framework build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e65e8232ddb7181184cd359559fb7a8ca7223a;p=thirdparty%2Fbird.git Birdtest: fixing test framework build --- diff --git a/test/bt-utils.c b/test/bt-utils.c index 881f4fc54..60a4138a1 100644 --- a/test/bt-utils.c +++ b/test/bt-utils.c @@ -7,9 +7,9 @@ */ #include -#include #include "test/birdtest.h" +#include "test/bt-utils.h" #include "filter/filter.h" #include "nest/iface.h" #include "nest/locks.h" diff --git a/test/bt-utils.h b/test/bt-utils.h index da6e6a3a0..cbe1e2e11 100644 --- a/test/bt-utils.h +++ b/test/bt-utils.h @@ -9,6 +9,8 @@ #ifndef _BIRDTEST_UTILS_H_ #define _BIRDTEST_UTILS_H_ +#include "sysdep/config.h" + #define BT_CONFIG_PARSE_ROUTER_ID "router id 10.0.0.1; \n" #define BT_CONFIG_PARSE_KERNEL_DEVICE "protocol device {} \n" #define BT_CONFIG_SIMPLE BT_CONFIG_PARSE_ROUTER_ID BT_CONFIG_PARSE_KERNEL_DEVICE