summaryrefslogtreecommitdiff
path: root/source4/rpc_server/unixinfo
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 02:12:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:00 -0500
commitc2387587cb9c43c5f642554be9f08cc4ab0badc9 (patch)
treee7474bfd920f8f8bde04dc1507288d3255151cea /source4/rpc_server/unixinfo
parentd09ef0e8467c154844407a8e115c8ab070ed8a5f (diff)
downloadsamba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.gz
samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.bz2
samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.zip
r18280: more portability tidyups, ensuring we use libreplace everywhere
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
Diffstat (limited to 'source4/rpc_server/unixinfo')
-rw-r--r--source4/rpc_server/unixinfo/dcesrv_unixinfo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
index 1f682a6d5a..ab7a61c64e 100644
--- a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
+++ b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
@@ -26,9 +26,7 @@
#include "librpc/gen_ndr/ndr_unixinfo.h"
#include "lib/events/events.h"
#include "dsdb/samdb/samdb.h"
-
-#include <sys/types.h>
-#include <pwd.h>
+#include "system/passwd.h"
static NTSTATUS unixinfo_SidToUid(struct dcesrv_call_state *dce_call,
TALLOC_CTX *mem_ctx,