Skip to content
Prev Previous commit
Next Next commit
More informative mmap error message
  • Loading branch information
ilveroluca committed Jan 23, 2015
commit c60374e52c8b9fa138de2e5d5c97b25c6491076c
2 changes: 1 addition & 1 deletion bwt.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
//#include <unistd.h>
#include <errno.h>

void bwt_gen_cnt_table(bwt_t *bwt)
{
Expand Down