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 | f9789eb987f5cec9a9b5125815cb3de4ea88349b (patch) | |
tree | 97ab117fbd14838a49422c7ee1952b3a5fcbb221 /source3 | |
parent | 6af2433ce6c8c1045bf97ba0d2c6f0bc6423be1e (diff) | |
download | samba-f9789eb987f5cec9a9b5125815cb3de4ea88349b.tar.gz samba-f9789eb987f5cec9a9b5125815cb3de4ea88349b.tar.bz2 samba-f9789eb987f5cec9a9b5125815cb3de4ea88349b.zip |
Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well
(This used to be commit 5b451ce6f096d699a80c10f48bde5ee224e29ccf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/libsmb_cache.c | 2 | ||||
-rw-r--r-- | source3/libsmb/libsmb_compat.c | 2 |
2 files changed, 2 insertions, 2 deletions
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; |