Browse Source

Forgot include needed for pthread_kill

djm34
Jan Berdajs 10 years ago
parent
commit
b4dd3aeb75
  1. 2
      driver-opencl.c

2
driver-opencl.c

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#include <signal.h>
#include <sys/types.h>
#ifndef WIN32

Loading…
Cancel
Save