Browse Source

Include string.h in bflsc driver.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
1c66459c80
  1. 1
      driver-bflsc.c

1
driver-bflsc.c

@ -13,6 +13,7 @@ @@ -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>

Loading…
Cancel
Save