From 64421129b672d0ce55c5aa235e5038dd2ea1b32b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Mar 2011 16:06:32 +0100 Subject: lib/util/util_pw: share sys_get{pw,gr} group of calls. Guenther --- source3/torture/cmd_vfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture') diff --git a/source3/torture/cmd_vfs.c b/source3/torture/cmd_vfs.c index ea5004ce63..3d7420cba9 100644 --- a/source3/torture/cmd_vfs.c +++ b/source3/torture/cmd_vfs.c @@ -21,6 +21,7 @@ #include "includes.h" #include "vfstest.h" +#include "../lib/util/util_pw.h" static const char *null_string = ""; -- cgit