1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00

Fixing path to libsmbclient.h so it never gets crossed with a system installed one.

This commit is contained in:
John Terpstra
-
parent e35a5da3a7
commit cc878f43b9
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
* Define this to get the real SMBCFILE and SMBCSRV structures * Define this to get the real SMBCFILE and SMBCSRV structures
*/ */
#define _SMBC_INTERNAL #define _SMBC_INTERNAL
#include "libsmbclient.h" #include "../include/libsmbclient.h"
/* /*
* Structure we use if internal caching mechanism is used * Structure we use if internal caching mechanism is used

View File

@@ -28,7 +28,7 @@
* Define this to get the real SMBCFILE and SMBCSRV structures * Define this to get the real SMBCFILE and SMBCSRV structures
*/ */
#define _SMBC_INTERNAL #define _SMBC_INTERNAL
#include "libsmbclient.h" #include "../include/libsmbclient.h"
struct smbc_compat_fdlist { struct smbc_compat_fdlist {
SMBCFILE * file; SMBCFILE * file;