summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-28 20:09:30 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-28 20:09:30 +0000
commite35a5da3a75c74ab066bff5e0f60d30deb008451 (patch)
treedcf940efb02624f7cda8407d4bed16b33736ae41
parentd47aff38db23815a48e64718ecb6c957101ecdac (diff)
downloadsamba-e35a5da3a75c74ab066bff5e0f60d30deb008451.tar.gz
samba-e35a5da3a75c74ab066bff5e0f60d30deb008451.tar.xz
samba-e35a5da3a75c74ab066bff5e0f60d30deb008451.zip
Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't want to include the globally installed libsmbclient.h - found by jht
-rw-r--r--source/libsmb/libsmbclient.c2
1 files changed, 1 insertions, 1 deletions
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