summaryrefslogtreecommitdiffstats
path: root/source/torture/raw/write.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 00:24:21 +0000
committerAndrew Tridgell <tridge@samba.org>2004-11-02 00:24:21 +0000
commit98b58164137731e4e40ff76c4988839f3c44b77c (patch)
tree699236739b6bf4053d80244243cc430f909830b6 /source/torture/raw/write.c
parent067d58738d464faed5044454b77e55ad432a54cd (diff)
downloadsamba-98b58164137731e4e40ff76c4988839f3c44b77c.tar.gz
samba-98b58164137731e4e40ff76c4988839f3c44b77c.tar.xz
samba-98b58164137731e4e40ff76c4988839f3c44b77c.zip
r3447: more include/system/XXX.h include files
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 28faf6b22ce..585e231cacb 100644
--- a/source/torture/raw/write.c
+++ b/source/torture/raw/write.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "libcli/raw/libcliraw.h"
+#include "system/time.h"
#define CHECK_STATUS(status, correct) do { \
if (!NT_STATUS_EQUAL(status, correct)) { \