From e7e21cba127875de0357079ef44bd14a081b2964 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 15 Dec 2014 11:29:09 -0600 Subject: stdio-common: Include in some tests This patch adds the missing libc-internal.h include on test-vprintf.c tst-sprintf.c. --- stdio-common/test-vfprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/test-vfprintf.c') diff --git a/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 8483d8d885..66e7d5c44d 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -25,6 +25,7 @@ #include #include #include +#include const char *locs[] = -- cgit 1.4.1