diff options
| author | John Terpstra <jht@samba.org> | 2002-09-28 20:44:23 +0000 |
|---|---|---|
| committer | John Terpstra <jht@samba.org> | 2002-09-28 20:44:23 +0000 |
| commit | cd2ab11b249306e7661a56e84b211c126949ec8d (patch) | |
| tree | 2ce77b7cb559e27eadcef6492ed7eab1c11ab5c4 /source3/libsmb/libsmb_compat.c | |
| parent | 10581a3cef1c5d6cfc66ec22482bb0dec6bb011b (diff) | |
| download | samba-cd2ab11b249306e7661a56e84b211c126949ec8d.tar.gz samba-cd2ab11b249306e7661a56e84b211c126949ec8d.tar.xz samba-cd2ab11b249306e7661a56e84b211c126949ec8d.zip | |
Fixing path to libsmbclient.h so it never gets crossed with a system installed one.
(This used to be commit cc878f43b9a91385ca3671f17a08253b8464c039)
Diffstat (limited to 'source3/libsmb/libsmb_compat.c')
| -rw-r--r-- | source3/libsmb/libsmb_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
