From e35a5da3a75c74ab066bff5e0f60d30deb008451 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 28 Sep 2002 20:09:30 +0000 Subject: Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't want to include the globally installed libsmbclient.h - found by jht --- source/libsmb/libsmbclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c index 44cba611d2f..faa4191e6dd 100644 --- a/source/libsmb/libsmbclient.c +++ b/source/libsmb/libsmbclient.c @@ -23,7 +23,7 @@ #include "includes.h" -#include "libsmbclient.h" +#include "../include/libsmbclient.h" /* * Functions exported by libsmb_cache.c that we need here -- cgit