This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix nscd_getgr_r.c


Hi!

On i686/x86_64/ia64 this header is included through hp-timing,
but not on the rest of arches.

2004-07-05  Jakub Jelinek  <jakub@redhat.com>

	* nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.

--- libc/nscd/nscd_getgr_r.c.jj	2004-06-11 14:45:54.000000000 +0200
+++ libc/nscd/nscd_getgr_r.c	2004-07-05 10:55:24.321822102 +0200
@@ -29,6 +29,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 #include <not-cancel.h>
+#include <stdio-common/_itoa.h>
 
 #include "nscd-client.h"
 #include "nscd_proto.h"

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]