From 1ce4d2d83a21b89a2ca8ad5a601b181feafc18e7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 22:58:08 +0100 Subject: s3-msdfs: avoid global inclusion of msdfs.h. Guenther --- source3/libsmb/clidfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index a23f477343..c6fe67f16a 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -21,6 +21,7 @@ #include "includes.h" #include "libsmb/clirap.h" +#include "msdfs.h" /******************************************************************** Important point. -- cgit