Skip to content

Commit

Permalink
Merge pull request #101 from arjanvandervelde/patch-1
Browse files Browse the repository at this point in the history
make bamtools compile on FreeBSD
  • Loading branch information
pezmaster31 authored Jun 29, 2016
2 parents 4f0f36a + 19dc339 commit 98c6f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/internal/io/NetUnix_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include <netdb.h>
#include <unistd.h>

#ifdef __FreeBSD__
# include <netinet/in.h>
#endif

#ifndef BT_SOCKLEN_T
# define BT_SOCKLEN_T socklen_t
#endif
Expand Down

0 comments on commit 98c6f3b

Please sign in to comment.