From: Denys Vlasenko Date: Mon, 3 Sep 2012 10:20:10 +0000 (+0200) Subject: httpd_indexcgi.c: fix compile failure X-Git-Tag: 1_21_0~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=168f87c531d04be06e16f04144c61ba289e0c0ec;p=oweals%2Fbusybox.git httpd_indexcgi.c: fix compile failure Signed-off-by: Denys Vlasenko --- diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index d732cd4f8..562cd7fbe 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c @@ -35,6 +35,7 @@ httpd_indexcgi.c -o index.cgi * 2576 4 2048 4628 1214 index.cgi.o */ +#define _GNU_SOURCE 1 /* for strchrnul */ #include #include #include