diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-27 07:36:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-27 07:36:06 +0000 |
commit | 65ec80c51d48a98bb120071d77f8cf06f1896d05 (patch) | |
tree | 340e464057e7b4cb88bd45de8e118899332fd2c6 /source3/utils | |
parent | e4d382750caa522b5e249d690fdb469d7b0c12a1 (diff) | |
download | samba-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.c | 2 |
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; |