blob: 22acc9edd9f0a40855756cf544fb068b5660b2b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/pasco.c
+++ b/pasco.c
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <time.h>
#include <math.h>
+#include <string.h>
//
/* This is the default block size for an activity record */
|