From 4698388304aba000592f71a10d1240ade01fb504 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Fri, 18 Apr 2014 16:18:06 -0400 Subject: add OSX support, or any supprot for people without getline --- kmer_locations.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kmer_locations.c') diff --git a/kmer_locations.c b/kmer_locations.c index e118b9f..10c5339 100644 --- a/kmer_locations.c +++ b/kmer_locations.c @@ -8,6 +8,10 @@ #include "kmer_utils.h" +#ifdef FORCE_GETLINE + #include "getline/getline.h" +#endif + void print_mer(unsigned long long mer, const long long pos, const bool labels, const bool reverse, unsigned int kmer, char *label) { if(labels) { char *kmer_str; -- cgit v1.2.3