summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-27 07:36:06 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-27 07:36:06 +0000
commit65ec80c51d48a98bb120071d77f8cf06f1896d05 (patch)
tree340e464057e7b4cb88bd45de8e118899332fd2c6 /source3/utils
parente4d382750caa522b5e249d690fdb469d7b0c12a1 (diff)
downloadsamba-65ec80c51d48a98bb120071d77f8cf06f1896d05.tar.gz
samba-65ec80c51d48a98bb120071d77f8cf06f1896d05.tar.bz2
samba-65ec80c51d48a98bb120071d77f8cf06f1896d05.zip
quick hack to get smbtorture working again
(This used to be commit 2d37c1f98f45646546ee76743f9df90b1c0b01ae)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/torture.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/ipc.h>
+#include <sys/shm.h>
static fstring host, workgroup, share, password, username, myname;
static int max_protocol = PROTOCOL_NT1;