aboutsummaryrefslogtreecommitdiff
path: root/kmer_total_count.c
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@jupiter.cs.drexel.edu>2014-04-18 16:18:06 -0400
committerCalvin Morrison <calvin@jupiter.cs.drexel.edu>2014-04-18 16:18:06 -0400
commit4698388304aba000592f71a10d1240ade01fb504 (patch)
tree50bfc7b2ee41a49bad62315c610bda73838766e1 /kmer_total_count.c
parent1a6dae7724e2e4cf82634924adaf0101600605f4 (diff)
add OSX support, or any supprot for people without getline
Diffstat (limited to 'kmer_total_count.c')
-rw-r--r--kmer_total_count.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmer_total_count.c b/kmer_total_count.c
index c3ae070..6f1c8ee 100644
--- a/kmer_total_count.c
+++ b/kmer_total_count.c
@@ -1,8 +1,8 @@
// Copyright 2013 Calvin Morrison
#include <errno.h>
#include <stdbool.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstdio>
+#include <cstdlib>
#include <string.h>
#include <getopt.h>