Skip to content

Commit e9eaef7

Browse files
authored
feat: add hfile.h to wrapper.h so hopen appears in bindings (#17)
1 parent 7c3d975 commit e9eaef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "htslib/htslib/hts.h"
22
#include "htslib/htslib/vcf.h"
33
#include "htslib/htslib/sam.h"
4+
#include "htslib/htslib/hfile.h"
45
#include "htslib/htslib/cram.h"
56
#include "htslib/htslib/bgzf.h"
67
#include "htslib/htslib/vcfutils.h"

0 commit comments

Comments
 (0)