freebsd-ports/lang/beignet/files/patch-src_cl__enqueue.c
Matthew Rezny 082ae04214 Update to 1.3.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9843
2017-03-01 12:14:21 +00:00

10 lines
253 B
C

--- src/cl_enqueue.c.orig 2017-01-20 10:40:51 UTC
+++ src/cl_enqueue.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <assert.h>
#include <pthread.h>
+#include <sys/types.h>
static cl_int
cl_enqueue_read_buffer(enqueue_data *data, cl_int status)