diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 14:03:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 15:14:54 +0200 |
commit | 6206156465b32aa565a1f7fbabfc62d668985d68 (patch) | |
tree | 4c055f77eccd1731398a127241913515a3359b4e | |
parent | b09b694dddfa4284b2c92d289694013e48b1e3f6 (diff) | |
download | samba-6206156465b32aa565a1f7fbabfc62d668985d68.tar.gz samba-6206156465b32aa565a1f7fbabfc62d668985d68.tar.bz2 samba-6206156465b32aa565a1f7fbabfc62d668985d68.zip |
s3-winbind: try to fix the build on hosts w/o winbind support.
Guenther
-rw-r--r-- | source3/lib/winbind_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/winbind_util.c b/source3/lib/winbind_util.c index 390d2db5e2..f30bcfc612 100644 --- a/source3/lib/winbind_util.c +++ b/source3/lib/winbind_util.c @@ -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) |