Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Feb 2004 18:07:21 +0000 (18:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Feb 2004 18:07:21 +0000 (18:07 +0000)
2004-02-18  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_conf.c: Include <stdio_ext.h>.

ChangeLog
nscd/nscd_conf.c

index 2a3109b..39ae870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5ede3d1..7b6e2e6 100644 (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>