Browse Source

Include string.h in bflsc driver.

Con Kolivas 12 years ago
parent
commit
1c66459c80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bflsc.c

+ 1 - 0
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>