aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-12 16:40:07 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-12 16:40:07 +0100
commit06387d89e860978511ac5383a6c5a9837b103d1c (patch)
tree7295129c16d7714fc447633bfc09c3c958a616b3 /src/common
parente030dfd443f50803835e6525265cdf6a378e334a (diff)
misc: Fix the build breakage now that we have btsconfig.h
Include the btsconfig.h for the PACKAGE_VERSION variable.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/abis.c2
-rw-r--r--src/common/vty.c2
2 files changed, 4 insertions, 0 deletions
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 <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
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 <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>