about summary refs log tree commit diff
path: root/nscd/nscd_conf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-18 18:07:21 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-18 18:07:21 +0000
commitec1c80750db1d19f40bd3a3bd575cbed6845069c (patch)
tree4272531ee67fb1e8d00e794255ac85a82e167f06 /nscd/nscd_conf.c
parent71b1675eed1792430695bbd09e4882569c45e16a (diff)
downloadglibc-ec1c80750db1d19f40bd3a3bd575cbed6845069c.tar.gz
glibc-ec1c80750db1d19f40bd3a3bd575cbed6845069c.tar.xz
glibc-ec1c80750db1d19f40bd3a3bd575cbed6845069c.zip
Update.
2004-02-18  Ulrich Drepper  <drepper@redhat.com>

	* nscd/nscd_conf.c: Include <stdio_ext.h>.
Diffstat (limited to 'nscd/nscd_conf.c')
-rw-r--r--nscd/nscd_conf.c1
1 files changed, 1 insertions, 0 deletions
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>