From 3b231e6a12676aba13a29589992c020bd5e2b33d Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 15 Jul 2011 15:27:07 +0200 Subject: s3:lib/afs fix the build with --with-fake-kaserver This fixes one piece of Bug #8263 --- source3/utils/net_afs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net_afs.c') diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index f6b2b2db8a..e8d28f48fd 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -19,6 +19,8 @@ #include "includes.h" #include "utils/net.h" +#include "secrets.h" +#include "system/filesys.h" int net_afs_usage(struct net_context *c, int argc, const char **argv) { -- cgit