]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.c
fixed compilation error
[samtools.git] / bam2bcf.c
index 2f96d324d7c471f903cea8a7b93fb6e93be5b522..d69c771da80ef14ed925e549548f988a766ae680 100644 (file)
--- a/bam2bcf.c
+++ b/bam2bcf.c
@@ -3,7 +3,7 @@
 #include "bam.h"
 #include "kstring.h"
 #include "bam2bcf.h"
-#include "bcf.h"
+#include "bcftools/bcf.h"
 
 extern void ks_introsort_uint32_t(size_t n, uint32_t a[]);