Commit 1c66459c803dfbe9b4f7da68d741d67c0be1ae58

Con Kolivas 2013-08-30T23:58:15

Include string.h in bflsc driver.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-bflsc.c b/driver-bflsc.c
index 05670ee..3045794 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -13,6 +13,7 @@
 #include <pthread.h>
 #include <stdint.h>
 #include <stdio.h>
+#include <string.h>
 #include <strings.h>
 #include <sys/time.h>
 #include <unistd.h>