From 65ec80c51d48a98bb120071d77f8cf06f1896d05 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Apr 2000 07:36:06 +0000 Subject: quick hack to get smbtorture working again (This used to be commit 2d37c1f98f45646546ee76743f9df90b1c0b01ae) --- source3/utils/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils') diff --git a/source3/utils/torture.c b/source3/utils/torture.c index d6d8c6010b..deeb304804 100644 --- a/source3/utils/torture.c +++ b/source3/utils/torture.c @@ -22,6 +22,8 @@ #define NO_SYSLOG #include "includes.h" +#include +#include static fstring host, workgroup, share, password, username, myname; static int max_protocol = PROTOCOL_NT1; -- cgit