From 2d37c1f98f45646546ee76743f9df90b1c0b01ae 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 --- source/utils/torture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/utils/torture.c b/source/utils/torture.c index d6d8c6010b0..deeb304804d 100644 --- a/source/utils/torture.c +++ b/source/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