From 5b451ce6f096d699a80c10f48bde5ee224e29ccf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 28 Sep 2002 21:42:51 +0000 Subject: [PATCH] Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well --- source/libsmb/libsmb_cache.c | 2 +- source/libsmb/libsmb_compat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libsmb/libsmb_cache.c b/source/libsmb/libsmb_cache.c index df02cf3718f..b1620042f38 100644 --- a/source/libsmb/libsmb_cache.c +++ b/source/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/source/libsmb/libsmb_compat.c b/source/libsmb/libsmb_compat.c index dbfd8603584..bba90c648eb 100644 --- a/source/libsmb/libsmb_compat.c +++ b/source/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;