Skip to content

Commit

Permalink
Fix cram_bambam.c once more.
Browse files Browse the repository at this point in the history
Fix silly mistake in 4df5bbd.  io_lib/os.h was included so it could
define CRAM_IO_CUSTOM_BUFFERING, so obviously it has to be before the
ifdef.
  • Loading branch information
jkbonfield committed Mar 16, 2021
1 parent bcc827c commit 5261d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io_lib/cram_bambam.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@
#include "io_lib_config.h"
#endif

#include "io_lib/os.h"

#if !defined(CRAM_IO_CUSTOM_BUFFERING)
// not used
#else

#include "io_lib/os.h"
#include "io_lib/cram_bambam.h"

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 5261d17

Please sign in to comment.