From 06387d89e860978511ac5383a6c5a9837b103d1c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 12 Mar 2014 16:40:07 +0100 Subject: misc: Fix the build breakage now that we have btsconfig.h Include the btsconfig.h for the PACKAGE_VERSION variable. --- src/common/abis.c | 2 ++ src/common/vty.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/common/abis.c b/src/common/abis.c index 37e82f3d..fa1a565f 100644 --- a/src/common/abis.c +++ b/src/common/abis.c @@ -20,6 +20,8 @@ * */ +#include "btsconfig.h" + #include #include #include diff --git a/src/common/vty.c b/src/common/vty.c index 99ad9739..3af697c7 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -19,6 +19,8 @@ * */ +#include "btsconfig.h" + #include #include #include -- cgit v1.2.3