]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Birdtest: fixing test framework build
authorPavel Tvrdík <pawel.tvrdik@gmail.cz>
Wed, 19 Aug 2015 13:11:10 +0000 (15:11 +0200)
committerPavel Tvrdík <pawel.tvrdik@gmail.cz>
Wed, 19 Aug 2015 13:11:10 +0000 (15:11 +0200)
test/bt-utils.c
test/bt-utils.h

index 881f4fc54edbc4c9c0702f047ffd6ec23fed1a7f..60a4138a1eb8e460619745f7263ef1c490f8c212 100644 (file)
@@ -7,9 +7,9 @@
  */
 
 #include <stdlib.h>
-#include <test/bt-utils.h>
 
 #include "test/birdtest.h"
+#include "test/bt-utils.h"
 #include "filter/filter.h"
 #include "nest/iface.h"
 #include "nest/locks.h"
index da6e6a3a0494b6af1d83048f88a96398253594e0..cbe1e2e115af75cce8876f3f5367fb62452484f1 100644 (file)
@@ -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