mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Fixing path to libsmbclient.h so it never gets crossed with a system installed one.
(This used to be commit cc878f43b9a91385ca3671f17a08253b8464c039)
This commit is contained in:
parent
10581a3cef
commit
cd2ab11b24
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user