From 347a5bbe1b6fba26f8e20376bd9d2c97ac0b14ad Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 21 Oct 2014 14:17:53 +0200 Subject: use ISO C11 standard --- nullshell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nullshell.c') diff --git a/nullshell.c b/nullshell.c index 7422b4a..ef054ab 100644 --- a/nullshell.c +++ b/nullshell.c @@ -8,6 +8,8 @@ * by Mario A. Valdez-Ramirez (http://www.mariovaldez.net/) */ +#define _GNU_SOURCE + #include #include #include -- cgit v1.2.3-54-g00ecf