summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd_getgr_r.c2
-rw-r--r--nscd/nscd_gethst_r.c2
-rw-r--r--nscd/nscd_getpw_r.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/nscd/nscd_getgr_r.c b/nscd/nscd_getgr_r.c
index f27da02569..a2497ab579 100644
--- a/nscd/nscd_getgr_r.c
+++ b/nscd/nscd_getgr_r.c
@@ -27,7 +27,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_group;
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;
diff --git a/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c
index 83baafcc2a..da4de5a461 100644
--- a/nscd/nscd_getpw_r.c
+++ b/nscd/nscd_getpw_r.c
@@ -27,7 +27,7 @@
#include <sys/uio.h>
#include <sys/un.h>
-#include "nscd.h"
+#include "nscd-client.h"
int __nss_not_use_nscd_passwd;