summaryrefslogtreecommitdiff
path: root/nscd/nscd_gethst_r.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-19 00:40:00 +0000
committerRoland McGrath <roland@gnu.org>1998-10-19 00:40:00 +0000
commit3f804c953da3ed97d8f50a258e6ac9ce671ede31 (patch)
tree32d1643331f2b0d10387b14b48a2211621907cbc /nscd/nscd_gethst_r.c
parent37eb58de74f83860949407c88088bf55964157e5 (diff)
1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
* nscd/nscd-client.h: New file, broken out of "nscd.h". * nscd/nscd.h: Move defns needed by clients to "nscd-client.h", and #include that. * nscd/Makefile (distribute): Add nscd-client.h. * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c: Include "nscd-client.h" instead of "nscd.h"
Diffstat (limited to 'nscd/nscd_gethst_r.c')
-rw-r--r--nscd/nscd_gethst_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c
index f78b104103..2e56d7d61c 100644
--- a/nscd/nscd_gethst_r.c
+++ b/nscd/nscd_gethst_r.c
@@ -29,7 +29,7 @@
#include <sys/uio.h>
#include <sys/un.h>
-#include "nscd.h"
+#include "nscd-client.h"
#include "nscd_proto.h"
int __nss_not_use_nscd_hosts;