summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-04-11 22:38:38 +0200
committerKai Blin <kai@samba.org>2010-04-11 22:39:27 +0200
commitda7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6 (patch)
tree2917640dba0eca1d5bad8622a3fbba801a34399f /nsswitch/wbinfo.c
parente1630ecb11ac09025456debeb3dc6afaccdb955b (diff)
downloadsamba-da7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6.tar.gz
samba-da7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6.tar.bz2
samba-da7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6.zip
nsswitch/wbinfo: Fix the S4 header check
Diffstat (limited to 'nsswitch/wbinfo.c')
-rw-r--r--nsswitch/wbinfo.c2
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