1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as well

(This used to be commit 5b451ce6f0)
This commit is contained in:
Jelmer Vernooij 2002-09-28 21:42:51 +00:00
parent 6af2433ce6
commit f9789eb987
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 _SMBC_INTERNAL
#include "libsmbclient.h"
#include "../include/libsmbclient.h"
/*
* 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 _SMBC_INTERNAL
#include "libsmbclient.h"
#include "../include/libsmbclient.h"
struct smbc_compat_fdlist {
SMBCFILE * file;