mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
lib/winbind_util: Move include out of ifdef
This fixes compile errors about missing prototypes with --picky-developer and --without-winbind Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 4b1e4c22128bdefe549a58b181e9b755854f4c3e)
This commit is contained in:
parent
f506180c0b
commit
7f74413a9b
@ -23,10 +23,10 @@
|
|||||||
#include "../lib/util/util_pw.h"
|
#include "../lib/util/util_pw.h"
|
||||||
#include "nsswitch/libwbclient/wbclient.h"
|
#include "nsswitch/libwbclient/wbclient.h"
|
||||||
|
|
||||||
#if defined(WITH_WINBIND)
|
|
||||||
|
|
||||||
#include "lib/winbind_util.h"
|
#include "lib/winbind_util.h"
|
||||||
|
|
||||||
|
#if defined(WITH_WINBIND)
|
||||||
|
|
||||||
struct passwd * winbind_getpwnam(const char * name)
|
struct passwd * winbind_getpwnam(const char * name)
|
||||||
{
|
{
|
||||||
wbcErr result;
|
wbcErr result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user