Browse Source

Bugfix: opencl: Add missing include for fpgautils.h (needed for open_bitstream)

Luke Dashjr 12 years ago
parent
commit
d65e37e052
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ocl.c

+ 1 - 0
ocl.c

@@ -34,6 +34,7 @@
 #define OMIT_OPENCL_API
 
 #include "findnonce.h"
+#include "fpgautils.h"
 #include "ocl.h"
 
 /* Platform API */