summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-21 17:57:44 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-21 17:57:44 +0100
commit9164b14a9fb1fee9ddec275032bb911d34b683d5 (patch)
treee615d2078d1a12bc8d3eabdf061f26d0946d4a1b /source4/torture/smbtorture.h
parent98e1dd64ab5a5a0f9298684e09ab4637606b5b7c (diff)
downloadsamba-9164b14a9fb1fee9ddec275032bb911d34b683d5.tar.gz
samba-9164b14a9fb1fee9ddec275032bb911d34b683d5.tar.bz2
samba-9164b14a9fb1fee9ddec275032bb911d34b683d5.zip
Fix include path for installation.
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h2
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;