Skip to content

Commit 4df5bbd

Browse files
committed
Fixed --enable-custom-buffering for cram_bambam.
This configure option adjusts io_lib/os.h, so the C code needs to include it for checking. Reported with fix by German Tischler. Fixes #39
1 parent e32f681 commit 4df5bbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

htscodecs

io_lib/cram_bambam.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
// not used
6565
#else
6666

67+
#include "io_lib/os.h"
6768
#include "io_lib/cram_bambam.h"
6869

6970
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)