diff options
Diffstat (limited to 'biology/freebayes/files/patch-SeqLib_bwa_bwtgap.h')
-rw-r--r-- | biology/freebayes/files/patch-SeqLib_bwa_bwtgap.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/freebayes/files/patch-SeqLib_bwa_bwtgap.h b/biology/freebayes/files/patch-SeqLib_bwa_bwtgap.h new file mode 100644 index 000000000000..4b2e4322b70a --- /dev/null +++ b/biology/freebayes/files/patch-SeqLib_bwa_bwtgap.h @@ -0,0 +1,10 @@ +--- SeqLib/bwa/bwtgap.h.orig 2018-03-23 18:49:18 UTC ++++ SeqLib/bwa/bwtgap.h +@@ -3,6 +3,7 @@ + + #include "bwt.h" + #include "bwtaln.h" ++#include <sys/types.h> + + typedef struct { // recursion stack + u_int32_t info; // score<<21 | i |