diff options
-rw-r--r-- | nsswitch/wbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 347a96edfd..cbd4f1d8ee 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -26,7 +26,7 @@ #include "libwbclient/wbclient.h" #include "lib/popt/popt.h" #include "../libcli/auth/libcli_auth.h" -#if !(_SAMBA_VERSION_) < 4 +#if (_SAMBA_BUILD_) >= 4 #include "lib/cmdline/popt_common.h" #endif |