From 11736a37e98e2d53f50db6e196193cc0be07dacf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Feb 2014 09:08:17 +0100 Subject: [PATCH] lib/nss_wrapper/tests: add missing #include "torture/local/proto.h" Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- lib/nss_wrapper/testsuite.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nss_wrapper/testsuite.c b/lib/nss_wrapper/testsuite.c index 3d3f748da4e..6fae1244f08 100644 --- a/lib/nss_wrapper/testsuite.c +++ b/lib/nss_wrapper/testsuite.c @@ -26,6 +26,7 @@ #endif #include "torture/torture.h" +#include "torture/local/proto.h" #include "lib/replace/system/passwd.h" static bool copy_passwd(struct torture_context *tctx, -- 2.11.4.GIT