diff options
Diffstat (limited to 'lib/nss_wrapper')
-rw-r--r-- | lib/nss_wrapper/testsuite.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/nss_wrapper/testsuite.c b/lib/nss_wrapper/testsuite.c index da1a2675a2..9f0b1caa09 100644 --- a/lib/nss_wrapper/testsuite.c +++ b/lib/nss_wrapper/testsuite.c @@ -20,9 +20,13 @@ */ #include "includes.h" + +#ifndef NSS_WRAPPER +#define NSS_WRAPPER +#endif + #include "torture/torture.h" #include "lib/replace/system/passwd.h" -#include "lib/nss_wrapper/nss_wrapper.h" static bool copy_passwd(struct torture_context *tctx, const struct passwd *pwd, |