diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-09-28 21:42:51 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-09-28 21:42:51 +0000 |
commit | 5b451ce6f096d699a80c10f48bde5ee224e29ccf (patch) | |
tree | 2797306d1ec8bb8aea8bf85d491f56d4a840e863 /source/libsmb | |
parent | a7a54fc2c8b26c92ab0e3499531919debca3fe64 (diff) | |
download | samba-5b451ce6f096d699a80c10f48bde5ee224e29ccf.tar.gz samba-5b451ce6f096d699a80c10f48bde5ee224e29ccf.tar.xz samba-5b451ce6f096d699a80c10f48bde5ee224e29ccf.zip |
Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well
Diffstat (limited to 'source/libsmb')
-rw-r--r-- | source/libsmb/libsmb_cache.c | 2 | ||||
-rw-r--r-- | 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; |