summaryrefslogtreecommitdiffstats
path: root/source/torture/raw/write.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 05:09:35 +0000
committerAndrew Tridgell <tridge@samba.org>2005-02-10 05:09:35 +0000
commit1d8e15c9f6852bcfceda97e11241cd998169b0ed (patch)
tree941dd9b7fe1b0b3c71218396e812749192c793da /source/torture/raw/write.c
parent1c2f03139a43e3d61cb0de5416e5b33676da92ae (diff)
downloadsamba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.tar.gz
samba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.tar.xz
samba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.zip
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
less likely that anyone will use pstring for new code - got rid of winbind_client.h from includes.h. This one triggered a huge change, as winbind_client.h was including system/filesys.h and defining the old uint32 and uint16 types, as well as its own pstring and fstring.
Diffstat (limited to 'source/torture/raw/write.c')
-rw-r--r--source/torture/raw/write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/torture/raw/write.c b/source/torture/raw/write.c
index 7241f8c91a5..dead0e49717 100644
--- a/source/torture/raw/write.c
+++ b/source/torture/raw/write.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "libcli/raw/libcliraw.h"
#include "system/time.h"
+#include "system/filesys.h"
#define CHECK_STATUS(status, correct) do { \
if (!NT_STATUS_EQUAL(status, correct)) { \