[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

View File

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

View File

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