1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

[mod_gsmopen] Fix build on Visual Studio 2019

This commit is contained in:
Andrey Volk 2020-11-10 01:35:23 +04:00
parent 68855f6acc
commit 8045c96458
2 changed files with 1 additions and 1 deletions
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib

@ -19,7 +19,6 @@
#include <sys/stat.h>
#include <assert.h>
#include <string.h>
#include <iostream>
#include <strstream>
#include <ctype.h>
#include <errno.h>

@ -15,6 +15,7 @@
#include <string>
#include <vector>
#include <iostream>
#include <gsmlib/gsm_error.h>
#ifndef WIN32
#include <sys/time.h>