aboutsummaryrefslogtreecommitdiff
path: root/kmer_locations.c
diff options
context:
space:
mode:
Diffstat (limited to 'kmer_locations.c')
-rw-r--r--kmer_locations.c4
1 files changed, 4 insertions, 0 deletions
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;