diff --git a/test/bt-utils.c b/test/bt-utils.c index 881f4fc5..60a4138a 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 da6e6a3a..cbe1e2e1 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