From: Ulrich Drepper Date: Wed, 8 Sep 2004 19:49:17 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf6f93d426300d30c853dd9ad1306178d4fc959f;p=thirdparty%2Fglibc.git Update. * nscd/nscd-client.h: Add a few #includes. --- diff --git a/ChangeLog b/ChangeLog index 6c38cb3cfe3..c2875b72c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2004-09-08 Ulrich Drepper Jakub Jelinek + * nscd/nscd-client.h: Add a few #includes. + * nscd/Makefile (nscd-modules): Add nscd_setup_thread. * nscd/connections.c (nscd_run): Call setup_thread for maintenance threads. diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 7cdeba54859..953610adc1c 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -23,9 +23,13 @@ #ifndef _NSCD_CLIENT_H #define _NSCD_CLIENT_H 1 +#include +#include +#include #include #include + /* Version number of the daemon interface */ #define NSCD_VERSION 2 @@ -257,9 +261,9 @@ static inline int __nscd_drop_map_ref (struct mapped_database *map, /* Search the mapped database. */ -extern const struct datahead * __nscd_cache_search (request_type type, - const char *key, - size_t keylen, - const struct mapped_database *mapped); +extern const struct datahead *__nscd_cache_search (request_type type, + const char *key, + size_t keylen, + const struct mapped_database *mapped); #endif /* nscd.h */