Skip to content

Commit

Permalink
Merge pull request rakshasa#17 from taylorchu/master
Browse files Browse the repository at this point in the history
fix libtorrent does not build with gcc 4.7
  • Loading branch information
rakshasa committed Mar 31, 2012
2 parents db4e8f1 + 7e054ce commit 639e3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/hash_queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

#include <functional>
#include <rak/functional.h>
#include <unistd.h>

#include "torrent/exceptions.h"
#include "torrent/data/download_data.h"
Expand Down
1 change: 1 addition & 0 deletions src/torrent/utils/thread_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#include <cstring>
#include <signal.h>
#include <unistd.h>

#include "exceptions.h"
#include "poll.h"
Expand Down

0 comments on commit 639e3d6

Please sign in to comment.