From: Matthias Braun Date: Fri, 16 Nov 2007 20:43:57 +0000 (+0000) Subject: we need _GNU_SOURCE for popen X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4870126b5873da8e2844b089f117b7aa3c6a18d6;p=cparser we need _GNU_SOURCE for popen [r18417] --- diff --git a/main.c b/main.c index 0f04c77..7beaea6 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,7 @@ #include +#define _GNU_SOURCE + #include #include #include