Browse Source

Need gnu_source for memmem to work properly.

Con Kolivas 14 years ago
parent
commit
afc83cb25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ocl.c

+ 1 - 0
ocl.c

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