1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Fix redefinition of gnu source.

This commit is contained in:
Con Kolivas 2011-07-02 13:46:17 +10:00
parent 513b445d6a
commit 594b38b8cb
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,6 @@
*/
#include "config.h"
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>

3
ocl.c
View File

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