From 23e4a70d0d2608ab0230f9d90ad58e8736eac1c5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 17 Jul 2009 16:10:20 +0000 Subject: [PATCH] do not include knetfile.h when _USE_KNETFILE is not defined --- bam_index.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bam_index.c b/bam_index.c index 5126f00..4ff6bd4 100644 --- a/bam_index.c +++ b/bam_index.c @@ -4,7 +4,9 @@ #include "khash.h" #include "ksort.h" #include "bam_endian.h" +#ifdef _USE_KNETFILE #include "knetfile.h" +#endif /*! @header -- 2.39.2