diff options
-rw-r--r-- | source3/smbd/chgpasswd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 07def7549e..692e82680d 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -49,6 +49,7 @@ #include "includes.h" +#ifdef HAVE_WORKING_CRACKLIB #include <crack.h> #ifndef HAVE_CRACKLIB_DICTPATH @@ -56,6 +57,7 @@ #define CRACKLIB_DICTPATH SAMBA_CRACKLIB_DICTPATH #endif #endif +#endif extern struct passdb_ops pdb_ops; |