Skip to content

Commit

Permalink
* stdio-common/fxprintf.c: Include libioP.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 8, 2005
1 parent dc4bb1c commit e62995c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-08-08 Jakub Jelinek <jakub@redhat.com>

* 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):
Expand Down
1 change: 1 addition & 0 deletions stdio-common/fxprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <stdio.h>
#include <wchar.h>
#include <string.h>
#include <libioP.h>


int
Expand Down

0 comments on commit e62995c

Please sign in to comment.