From 324fb26ba803a999bedc29e93c46c84f27abf5b7 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 19 May 2011 09:58:09 +0200 Subject: Set _GNU_SOURCE globally --- src/util/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/debug.c') diff --git a/src/util/debug.c b/src/util/debug.c index dbd54c1e9..18bfda428 100644 --- a/src/util/debug.c +++ b/src/util/debug.c @@ -19,7 +19,8 @@ along with this program. If not, see . */ -#define _GNU_SOURCE +#include "config.h" + #include #include #include -- cgit