diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nscd/nscd_conf.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 diff --git a/nscd/nscd_conf.c b/nscd/nscd_conf.c index 5ede3d1122..7b6e2e6eaa 100644 --- a/nscd/nscd_conf.c +++ b/nscd/nscd_conf.c @@ -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> |