From e62995c1121da99a64657bb952b20d08de0b932e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Aug 2005 20:06:29 +0000 Subject: [PATCH] * stdio-common/fxprintf.c: Include libioP.h. --- ChangeLog | 2 ++ stdio-common/fxprintf.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73cb66b..489320e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-08 Jakub Jelinek + * stdio-common/fxprintf.c: Include libioP.h. + * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, getdomainname): Add __NTH. * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs): diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index ff6a98e..f6ba0ca 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -23,6 +23,7 @@ #include #include #include +#include int -- 2.7.4