diff --git a/TODO-RELEASE b/TODO-RELEASE index cbfda241..69520290 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,3 +7,4 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line +libosmocore > 1.8.0 osmocom/gsm/protocol/gsm_44_060.h \ No newline at end of file diff --git a/tests/edge/EdgeTest.cpp b/tests/edge/EdgeTest.cpp index 4cc79609..edce20f1 100644 --- a/tests/edge/EdgeTest.cpp +++ b/tests/edge/EdgeTest.cpp @@ -38,7 +38,7 @@ extern "C" { #include #include #include -#include +#include } #include diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp index 0b2e8680..cc62bc2b 100644 --- a/tests/tbf/TbfTest.cpp +++ b/tests/tbf/TbfTest.cpp @@ -43,7 +43,7 @@ extern "C" { #include #include #include -#include +#include #include #include }