From 8e5373638043870f0f068d48e4c9e69d904abdfb Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 15 Apr 2011 21:20:40 +0000 Subject: provide replacement implementation for strndup() for systems that don't have it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1427 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/passwd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nslcd/passwd.c') diff --git a/nslcd/passwd.c b/nslcd/passwd.c index 5f02486..15124fe 100644 --- a/nslcd/passwd.c +++ b/nslcd/passwd.c @@ -38,6 +38,7 @@ #include "cfg.h" #include "attmap.h" #include "common/dict.h" +#include "compat/strndup.h" /* ( nisSchema.2.0 NAME 'posixAccount' SUP top AUXILIARY * DESC 'Abstraction of an account with POSIX attributes' -- cgit v1.2.3