Fixing path to libsmbclient.h so it never gets crossed with a system installed one.
authorJohn Terpstra <jht@samba.org>
Sat, 28 Sep 2002 20:44:23 +0000 (20:44 +0000)
committerJohn Terpstra <jht@samba.org>
Sat, 28 Sep 2002 20:44:23 +0000 (20:44 +0000)
(This used to be commit cc878f43b9a91385ca3671f17a08253b8464c039)

source3/libsmb/libsmb_cache.c
source3/libsmb/libsmb_compat.c

index df02cf3718f464471c68929097a76136111821de..b1620042f38e737c02a96cd44d5fd574a6dbce24 100644 (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 
index dbfd86035844aba984027bda7671d99dd8a946fa..bba90c648ebe807b32c9ef5ae6cfa2745f106b40 100644 (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;