From: Andrey Volk Date: Mon, 9 Nov 2020 21:35:23 +0000 (+0400) Subject: [mod_gsmopen] Fix build on Visual Studio 2019 X-Git-Tag: v1.10.6^2~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8045c9645891214b5864a82ba054e4ee9061231a;p=thirdparty%2Ffreeswitch.git [mod_gsmopen] Fix build on Visual Studio 2019 --- diff --git a/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc b/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc index a1d25310b3..bfcb4e9858 100755 --- a/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc +++ b/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.h b/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.h index 127ef05ce6..e4cee34372 100644 --- a/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.h +++ b/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.h @@ -15,6 +15,7 @@ #include #include +#include #include #ifndef WIN32 #include