diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-11 10:45:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:03 -0500 |
commit | d41b55618fcbdfe55843b1a2a8bf9c2c7196751b (patch) | |
tree | 683b37e1717f55bbe6632f57b2f20cf9b3bdcf30 /source4/rpc_server/unixinfo | |
parent | 32b0bb64bcb91a3f08fcaea72b89bf6409d0e67c (diff) | |
download | samba-d41b55618fcbdfe55843b1a2a8bf9c2c7196751b.tar.gz samba-d41b55618fcbdfe55843b1a2a8bf9c2c7196751b.tar.xz samba-d41b55618fcbdfe55843b1a2a8bf9c2c7196751b.zip |
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)
Diffstat (limited to 'source4/rpc_server/unixinfo')
-rw-r--r-- | source4/rpc_server/unixinfo/dcesrv_unixinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h> |