From cd2ab11b249306e7661a56e84b211c126949ec8d Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 28 Sep 2002 20:44:23 +0000 Subject: Fixing path to libsmbclient.h so it never gets crossed with a system installed one. (This used to be commit cc878f43b9a91385ca3671f17a08253b8464c039) --- source3/libsmb/libsmb_cache.c | 2 +- source3/libsmb/libsmb_compat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/libsmb/libsmb_cache.c b/source3/libsmb/libsmb_cache.c index df02cf3718..b1620042f3 100644 --- a/source3/libsmb/libsmb_cache.c +++ b/source3/libsmb/libsmb_cache.c @@ -27,7 +27,7 @@ * Define this to get the real SMBCFILE and SMBCSRV structures */ #define _SMBC_INTERNAL -#include "libsmbclient.h" +#include "../include/libsmbclient.h" /* * Structure we use if internal caching mechanism is used diff --git a/source3/libsmb/libsmb_compat.c b/source3/libsmb/libsmb_compat.c index dbfd860358..bba90c648e 100644 --- a/source3/libsmb/libsmb_compat.c +++ b/source3/libsmb/libsmb_compat.c @@ -28,7 +28,7 @@ * Define this to get the real SMBCFILE and SMBCSRV structures */ #define _SMBC_INTERNAL -#include "libsmbclient.h" +#include "../include/libsmbclient.h" struct smbc_compat_fdlist { SMBCFILE * file; -- cgit