forked from Mirrorlandia_minetest/minetest
Fix MSVC compiling issue
This commit is contained in:
parent
3946d2a504
commit
c9ac9992c7
@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "socket.h" // for select()
|
||||||
#include "httpfetch.h"
|
#include "httpfetch.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
@ -30,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "util/container.h"
|
#include "util/container.h"
|
||||||
#include "util/thread.h"
|
#include "util/thread.h"
|
||||||
#include "socket.h" // for select()
|
|
||||||
|
|
||||||
JMutex g_httpfetch_mutex;
|
JMutex g_httpfetch_mutex;
|
||||||
std::map<unsigned long, std::list<HTTPFetchResult> > g_httpfetch_results;
|
std::map<unsigned long, std::list<HTTPFetchResult> > g_httpfetch_results;
|
||||||
|
Loading…
Reference in New Issue
Block a user