Browse Source

Fix redefinition of gnu source.

Con Kolivas 14 years ago
parent
commit
594b38b8cb
2 changed files with 2 additions and 2 deletions
  1. 0 1
      cpu-miner.c
  2. 2 1
      ocl.c

+ 0 - 1
cpu-miner.c

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

+ 2 - 1
ocl.c

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