package/stress-ng: Fix build issue with libbsd wchar check
authorVadim Kochan <vadim4j@gmail.com>
Tue, 1 Jan 2019 15:41:05 +0000 (17:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 23 Feb 2019 08:44:36 +0000 (09:44 +0100)
commit2a358818e9835623835508859b4b080a704f713d
treefb873d5bc9da8467aec972cbc230ad780ae2700e
parent40005b9a0da6ad2be8e35c1141f903dc06afd780
package/stress-ng: Fix build issue with libbsd wchar check

stress-ng uses test/test-bsd-wchar.c program to check if there is
support for libbsd's wchar, but the test fails because wchar.h also
requires the FILE* definition from stdio.h which is not included
automatically, so fix it by include stdio.h explicitly.

Fixes:
http://autobuild.buildroot.net/results/6def1bba8e7ec05682e74c4edc3a35c8c118d28b

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/stress-ng/0003-test-test-bsd-wchar-Explicitly-include-stdio.h.patch [new file with mode: 0644]