]> sourceware.org Git - glibc.git/commitdiff
stdio-common: Include <libc-internal.h> in some tests
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 15 Dec 2014 17:29:09 +0000 (11:29 -0600)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 15 Dec 2014 17:29:09 +0000 (11:29 -0600)
This patch adds the missing libc-internal.h include on test-vprintf.c
tst-sprintf.c.

ChangeLog
stdio-common/test-vfprintf.c
stdio-common/tst-sprintf.c

index 326367ccc98e6293d47a38b2d76f48388d18e5fb..50afebc3c42691cd17a7a23424342f4a60656f7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
+
+       * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
+       * stdio-common/tst-sprintf.c: Likewise.
+
 2014-12-15  Torvald Riegel  <triegel@redhat.com>
 
        * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
index 8483d8d8854e2e469884d4a5ef4a2e02d0bc50b9..66e7d5c44de038ea80bc1f1eab7b6c1c48305941 100644 (file)
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <libc-internal.h>
 
 
 const char *locs[] =
index ea3008b68b69c93e246db84004b54425a2c1d5a1..d5284b96979df3a493b9c24357261368d95cde87 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <locale.h>
 #include <string.h>
+#include <libc-internal.h>
 
 
 static int
This page took 0.126554 seconds and 5 git commands to generate.