X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.c;h=d69c771da80ef14ed925e549548f988a766ae680;hb=6f1c7227019c299bd9df4c4187ca29e0baad1c4b;hp=2f96d324d7c471f903cea8a7b93fb6e93be5b522;hpb=fd187467e3c5f026a4d934c5b0cb68a42939f6e1;p=samtools.git diff --git a/bam2bcf.c b/bam2bcf.c index 2f96d32..d69c771 100644 --- 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[]);