Skip to content

Commit c9ac999

Browse files
committedDec 16, 2013
Fix MSVC compiling issue
1 parent 3946d2a commit c9ac999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/httpfetch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
1717
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818
*/
1919

20+
#include "socket.h" // for select()
2021
#include "httpfetch.h"
2122
#include <iostream>
2223
#include <sstream>
@@ -30,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3031
#include "log.h"
3132
#include "util/container.h"
3233
#include "util/thread.h"
33-
#include "socket.h" // for select()
3434

3535
JMutex g_httpfetch_mutex;
3636
std::map<unsigned long, std::list<HTTPFetchResult> > g_httpfetch_results;

0 commit comments

Comments
 (0)
Please sign in to comment.