X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBGZF.h;h=0ee02860fc307bbd9350a5f540fb689564fad7a8;hb=e24bc523b0bd086dbfad7165901b2237b5d64316;hp=c1ff2f818b905b9860ce91e625535391e6190aa7;hpb=a491919dfa406b3b6b3fa58d51cbd36eb7473da6;p=bamtools.git diff --git a/src/api/BGZF.h b/src/api/BGZF.h index c1ff2f8..0ee0286 100644 --- a/src/api/BGZF.h +++ b/src/api/BGZF.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 20 October 2010 (DB) +// Last modified: 19 November 2010 (DB) // --------------------------------------------------------------------------- // BGZF routines were adapted from the bgzf.c code developed at the Broad // Institute. @@ -14,11 +14,13 @@ #ifndef BGZF_H #define BGZF_H +#include +#include "zlib.h" + #include #include #include #include -#include "zlib.h" // Platform-specific large-file support #ifndef BAMTOOLS_LFS @@ -70,7 +72,7 @@ const int BLOCK_FOOTER_LENGTH = 8; const int MAX_BLOCK_SIZE = 65536; const int DEFAULT_BLOCK_SIZE = 65536; -struct BgzfData { +struct API_EXPORT BgzfData { // data members public: