summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-28 20:09:30 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-28 20:09:30 +0000
commit10581a3cef1c5d6cfc66ec22482bb0dec6bb011b (patch)
tree094d43ca414b32a9d1f4d19e0e58a9b8069e46fa /source3
parentca772ac1f41cbcb620e534b8d2c916e0e3f16808 (diff)
downloadsamba-10581a3cef1c5d6cfc66ec22482bb0dec6bb011b.tar.gz
samba-10581a3cef1c5d6cfc66ec22482bb0dec6bb011b.tar.bz2
samba-10581a3cef1c5d6cfc66ec22482bb0dec6bb011b.zip
Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't want to include the globally installed libsmbclient.h - found by jht
(This used to be commit e35a5da3a75c74ab066bff5e0f60d30deb008451)
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/libsmbclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c
index 44cba611d2..faa4191e6d 100644
--- a/source3/libsmb/libsmbclient.c
+++ b/source3/libsmb/libsmbclient.c
@@ -23,7 +23,7 @@
#include "includes.h"
-#include "libsmbclient.h"
+#include "../include/libsmbclient.h"
/*
* Functions exported by libsmb_cache.c that we need here