From b900e4024faf2acb86d3f158744d15fdb9b3b42b Mon Sep 17 00:00:00 2001 From: David Mulder Date: Thu, 12 Apr 2018 07:02:19 -0600 Subject: [PATCH] fix ldb-samba: require pid match for cached ldb Build failing with unknown function getpid() error Signed-off-by: David Mulder --- lib/ldb-samba/ldb_wrap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ldb-samba/ldb_wrap.c b/lib/ldb-samba/ldb_wrap.c index 143e128d5d7..3d3eb8b0cef 100644 --- a/lib/ldb-samba/ldb_wrap.c +++ b/lib/ldb-samba/ldb_wrap.c @@ -37,6 +37,7 @@ #include "../lib/util/dlinklist.h" #include "lib/util/util_paths.h" #include +#include #undef DBGC_CLASS #define DBGC_CLASS DBGC_LDB