From 9164b14a9fb1fee9ddec275032bb911d34b683d5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 21 Nov 2008 17:57:44 +0100 Subject: Fix include path for installation. --- source4/torture/smbtorture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/smbtorture.h') diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h index 28e82f3abd..c1363fd4c1 100644 --- a/source4/torture/smbtorture.h +++ b/source4/torture/smbtorture.h @@ -21,7 +21,7 @@ #ifndef __SMBTORTURE_H__ #define __SMBTORTURE_H__ -#include "lib/torture/torture.h" +#include "../lib/torture/torture.h" struct smbcli_state; -- cgit