[mod_gsmopen] Fix build on Visual Studio 2019
This commit is contained in:
parent
68855f6acc
commit
8045c96458
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue