diff options
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r-- | src/httpfetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 12e203ef2..6c073c8e6 100644 --- 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; |