Commit 5c1ecaffa38cd82c40847ba5bcc68f97b00222d7

Con Kolivas 2013-04-26T12:48:33

Fix compilation of bflsc driver without opencl.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-bflsc.c b/driver-bflsc.c
index b019b8f..e95805c 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -8,6 +8,7 @@
  * any later version.  See COPYING for more details.
  */
 
+#include <float.h>
 #include <limits.h>
 #include <pthread.h>
 #include <stdint.h>