From 45e65e8232ddb7181184cd359559fb7a8ca7223a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Tvrd=C3=ADk?= Date: Wed, 19 Aug 2015 15:11:10 +0200 Subject: [PATCH] Birdtest: fixing test framework build --- test/bt-utils.c | 2 +- test/bt-utils.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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