summaryrefslogtreecommitdiffstats
path: root/source/torture/raw/seek.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/seek.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/seek.c')
-rw-r--r--source/torture/raw/seek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/torture/raw/seek.c b/source/torture/raw/seek.c
index 0d34c831a52..9652b7597f8 100644
--- a/source/torture/raw/seek.c
+++ b/source/torture/raw/seek.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include "system/filesys.h"
#define CHECK_STATUS(status, correct) do { \
if (!NT_STATUS_EQUAL(status, correct)) { \