aboutsummaryrefslogtreecommitdiff
path: root/kmer_total_count.c
diff options
context:
space:
mode:
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>