From 686fe4e999d3f82a4c3eec3cbe84ac76322c9ce5 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 29 Feb 2016 04:20:19 -0500 Subject: cbb-common.h: render the _GNU_SOURCE definition compatible with -D_GNU_SOURCE. --- libc/cbb-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/cbb-common.h b/libc/cbb-common.h index 3bbbdfac7..4e408f06f 100644 --- a/libc/cbb-common.h +++ b/libc/cbb-common.h @@ -11,7 +11,7 @@ extern "C" { /* namespace */ #ifndef _GNU_SOURCE -#define _GNU_SOURCE +#define _GNU_SOURCE 1 #endif -- cgit v1.2.3