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 | 2d37c1f98f45646546ee76743f9df90b1c0b01ae (patch) | |
tree | 996633bf3700c469dbbdd7b88510f89fef3f9749 | |
parent | 135855dbd3b8934a49229b81646cd4469acba926 (diff) | |
download | samba-2d37c1f98f45646546ee76743f9df90b1c0b01ae.tar.gz samba-2d37c1f98f45646546ee76743f9df90b1c0b01ae.tar.xz samba-2d37c1f98f45646546ee76743f9df90b1c0b01ae.zip |
quick hack to get smbtorture working again
-rw-r--r-- | source/utils/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/ipc.h> +#include <sys/shm.h> static fstring host, workgroup, share, password, username, myname; static int max_protocol = PROTOCOL_NT1; |