mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-7966: fix more msvc 2015 build warnings.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#include "bool.h"
|
||||
|
||||
#include "xmlrpc-c/sleep_int.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
@@ -8,6 +5,9 @@
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "bool.h"
|
||||
|
||||
#include "xmlrpc-c/sleep_int.h"
|
||||
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user