From f03a3a584cf0a54cc7bd2647d3e1e65cfb4a6d91 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 27 Feb 2018 14:52:50 +0100 Subject: pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.h PCU_SOCK_DEFAULT is defined in the pcu counterpart of the file pcuif_proto.h To be consistent with the pcu move the definition pcuif_proto.h The pcuif_proto.h will be exact the same in the pcu repo and bts repo. Change-Id: I67f8ec036e219994cc296d0ed5409da7f3ec681e --- src/common/vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/vty.c') diff --git a/src/common/vty.c b/src/common/vty.c index b57e0192..5c5ac6e8 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3