From 05c53f70f0e4b94cf26a433cb61b1706f7715757 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Mar 2006 09:47:57 +0000 Subject: r14838: fix the build. Looks like I still haven't quite got the hang of the new dependency/proto system :-) (This used to be commit 63ae3f21e3471895ba83df1c2fdc4147090f7fdb) --- source4/rpc_server/unixinfo/dcesrv_unixinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/rpc_server/unixinfo/dcesrv_unixinfo.c') diff --git a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c index 1224daa76a..57562e940f 100644 --- a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c +++ b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c @@ -26,6 +26,7 @@ #include "librpc/gen_ndr/ndr_unixinfo.h" #include "lib/events/events.h" #include "ntvfs/ntvfs.h" +#include "ntvfs/common/proto.h" #include #include -- cgit