projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3946d2a
)
Fix MSVC compiling issue
author
BlockMen
<nmuelll@web.de>
Mon, 16 Dec 2013 00:13:08 +0000
(
01:13
+0100)
committer
BlockMen
<nmuelll@web.de>
Mon, 16 Dec 2013 00:13:08 +0000
(
01:13
+0100)
src/httpfetch.cpp
patch
|
blob
|
history
diff --git
a/src/httpfetch.cpp
b/src/httpfetch.cpp
index 12e203ef20a5a1f4d9f4a5135a2abf78ccf66249..6c073c8e62d3ae3245b30672f1ac2290f92df0d7 100644
(file)
--- a/
src/httpfetch.cpp
+++ b/
src/httpfetch.cpp
@@
-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.
*/
+#include "socket.h" // for select()
#include "httpfetch.h"
#include <iostream>
#include <sstream>
@@
-30,7
+31,6
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h"
#include "util/container.h"
#include "util/thread.h"
-#include "socket.h" // for select()
JMutex g_httpfetch_mutex;
std::map<unsigned long, std::list<HTTPFetchResult> > g_httpfetch_results;