1--- SeqLib/bwa/bwtgap.h.orig 2018-03-23 18:49:18 UTC 2+++ SeqLib/bwa/bwtgap.h 3@@ -3,6 +3,7 @@ 4 5 #include "bwt.h" 6 #include "bwtaln.h" 7+#include <sys/types.h> 8 9 typedef struct { // recursion stack 10 u_int32_t info; // score<<21 | i 11 12