1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Need gnu_source for memmem to work properly.

This commit is contained in:
Con Kolivas 2011-06-23 21:10:19 +10:00
parent 4cd5f47efa
commit afc83cb25b

1
ocl.c
View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <signal.h>
#include <stdlib.h>
#include <string.h>