diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-21 17:57:44 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-21 17:57:44 +0100 |
commit | 9164b14a9fb1fee9ddec275032bb911d34b683d5 (patch) | |
tree | e615d2078d1a12bc8d3eabdf061f26d0946d4a1b /source4 | |
parent | 98e1dd64ab5a5a0f9298684e09ab4637606b5b7c (diff) | |
download | samba-9164b14a9fb1fee9ddec275032bb911d34b683d5.tar.gz samba-9164b14a9fb1fee9ddec275032bb911d34b683d5.tar.bz2 samba-9164b14a9fb1fee9ddec275032bb911d34b683d5.zip |
Fix include path for installation.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smbtorture.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |