From d41b55618fcbdfe55843b1a2a8bf9c2c7196751b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 11 Mar 2006 10:45:40 +0000 Subject: r14206: fix warnings, the better fix for that will be to make the sidmap code independend of ntvfs...(later...) metze (This used to be commit 2a34ed7a07c9e5f32408a0edb714239714eb1d26) --- source4/rpc_server/unixinfo/dcesrv_unixinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/rpc_server/unixinfo') diff --git a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c index 1224daa76ab..3aa18dfe77a 100644 --- a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c +++ b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c @@ -25,6 +25,7 @@ #include "rpc_server/common/common.h" #include "librpc/gen_ndr/ndr_unixinfo.h" #include "lib/events/events.h" +#include "smb.h" #include "ntvfs/ntvfs.h" #include -- cgit