1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +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:
Christof Schmitt 2019-03-05 11:50:48 -07:00 committed by Karolin Seeger
parent e2588af9cc
commit 38d723896d

View File

@ -23,10 +23,10 @@
#include "../lib/util/util_pw.h"
#include "nsswitch/libwbclient/wbclient.h"
#if defined(WITH_WINBIND)
#include "lib/winbind_util.h"
#if defined(WITH_WINBIND)
struct passwd * winbind_getpwnam(const char * name)
{
wbcErr result;