fixed FreeBSD build. #284

This commit is contained in:
Arvid Norberg 2008-03-04 04:29:03 +00:00
parent 6728314406
commit e3c5001e80
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
#if defined TORRENT_BSD || defined TORRENT_LINUX
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
#include <net/route.h>