From: Christian Ambach Date: Fri, 22 Nov 2013 04:17:38 +0000 (+0100) Subject: lib/ntdb correct includes in private header X-Git-Tag: tevent-0.9.20~53 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=7be0e91ddecf019bf1d7247abc16397a0f80c911;p=vlendec%2Fsamba-autobuild%2F.git lib/ntdb correct includes in private header include all necessary headers when libreplace is not around Signed-off-by: Christian Ambach Reviewed-by: Jelmer Vernooij Reviewed-by: Rusty Russell --- diff --git a/lib/ntdb/private.h b/lib/ntdb/private.h index 5efd2e0d928..249253758fd 100644 --- a/lib/ntdb/private.h +++ b/lib/ntdb/private.h @@ -35,6 +35,7 @@ #include "system/select.h" #include "system/wait.h" #else +#include #include #include #include @@ -47,6 +48,10 @@ #include #include #include +#include +#include +#include +#include #endif #include