summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-10-08 12:10:20 +0200
committerAndreas Schneider <asn@samba.org>2011-10-27 13:32:02 +0200
commit7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293 (patch)
tree11e9fdc1edfd9e0433291f60a05e837b65e0c21c /source4/torture/rpc
parent2f65ae25df489028963825940274703100eb1365 (diff)
downloadsamba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.tar.gz
samba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.tar.bz2
samba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.zip
replace: Add don't include unistd.h directly and add uid_wrapper.
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/samr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index f7d6a93bb3..cc2cdfc352 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -24,6 +24,7 @@
#include "torture/torture.h"
#include <tevent.h>
#include "system/time.h"
+#include "system/network.h"
#include "librpc/gen_ndr/lsa.h"
#include "librpc/gen_ndr/ndr_netlogon.h"
#include "librpc/gen_ndr/ndr_netlogon_c.h"
@@ -39,8 +40,6 @@
#include "auth/gensec/gensec_proto.h"
#include "../libcli/auth/schannel.h"
-#include <unistd.h>
-
#define TEST_ACCOUNT_NAME "samrtorturetest"
#define TEST_ACCOUNT_NAME_PWD "samrpwdlastset"
#define TEST_ALIASNAME "samrtorturetestalias"