1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r14206: fix warnings, the better fix for that will be to make the sidmap code

independend of ntvfs...(later...)

metze
This commit is contained in:
Stefan Metzmacher 2006-03-11 10:45:40 +00:00 committed by Gerald (Jerry) Carter
parent 180a79d103
commit 2a34ed7a07
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "libcli/ldap/ldap.h"
#include "libcli/security/proto.h"
#include "libcli/auth/proto.h"
#include "smb.h"
#include "ntvfs/ntvfs.h"
#include "passdb/secrets.h"
#include "db_wrap.h"

View File

@ -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>