2004-02-18  Ulrich Drepper  <drepper@redhat.com>

	* nscd/nscd_conf.c: Include <stdio_ext.h>.
This commit is contained in:
Ulrich Drepper 2004-02-18 18:07:21 +00:00
parent 71b1675eed
commit ec1c80750d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-18 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd_conf.c: Include <stdio_ext.h>.
2004-02-16 Ulrich Drepper <drepper@redhat.com>
* stdlib/test-canon.c (do_test): Test realpath(,NULL) in the loop

View File

@ -21,6 +21,7 @@
#include <malloc.h>
#include <pwd.h>
#include <stdio.h>
#include <stdio_ext.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>