mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-winbind: try to fix the build on hosts w/o winbind support.
Guenther
This commit is contained in:
parent
b09b694ddd
commit
6206156465
@ -21,10 +21,10 @@
|
||||
#include "includes.h"
|
||||
#include "../libcli/security/security.h"
|
||||
#include "../lib/util/util_pw.h"
|
||||
#include "nsswitch/libwbclient/wbclient.h"
|
||||
|
||||
#if defined(WITH_WINBIND)
|
||||
|
||||
#include "nsswitch/libwbclient/wbclient.h"
|
||||
#include "lib/winbind_util.h"
|
||||
|
||||
struct passwd * winbind_getpwnam(const char * name)
|
||||
|
Loading…
Reference in New Issue
Block a user