From 7a91282c9fb114e1ef52f89da4c6719683a623e5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 10:46:55 +0100 Subject: s3-libsmb: only include rap client when needed. Guenther --- source3/libsmb/clidfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/clidfs.c') diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index 1c879884fe..a23f477343 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "libsmb/clirap.h" /******************************************************************** Important point. -- cgit