Browse Source

Fix compilation of bflsc driver without opencl.

Con Kolivas 13 years ago
parent
commit
5c1ecaffa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bflsc.c

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