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/tst-sprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/tst-sprintf.c') diff --git a/stdio-common/tst-sprintf.c b/stdio-common/tst-sprintf.c index ea3008b..d5284b9 100644 --- a/stdio-common/tst-sprintf.c +++ b/stdio-common/tst-sprintf.c @@ -2,6 +2,7 @@ #include #include #include +#include static int -- cgit v1.1