From 7ebd4337acfeeb69ffbf615a0220d0d338705849 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 24 Oct 2011 08:42:10 +0200 Subject: libcli/smb: move source3/libsmb/read_smb.* to the toplevel metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Oct 24 10:18:06 CEST 2011 on sn-devel-104 --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d70065aef7..e42684dc01 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -39,7 +39,7 @@ #include "libsmb/nmblib.h" #include "../lib/util/tevent_ntstatus.h" #include "util_tdb.h" -#include "libsmb/read_smb.h" +#include "../libcli/smb/read_smb.h" extern char *optarg; extern int optind; -- cgit