summaryrefslogtreecommitdiff
path: root/source3/smbd/fd_handle.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-09-27 19:39:37 +0200
committerRalph Boehme <slow@samba.org>2020-12-16 09:08:30 +0000
commitb56f554ff00437993ae7fa37dcaebf9a080bf3e9 (patch)
treed6660ca8a536902b3ce8ca4550e38aaf77d82e8e /source3/smbd/fd_handle.c
parentdd8fe0cfc2627dcdcec140a85eb96b9da5a6dba4 (diff)
downloadsamba-b56f554ff00437993ae7fa37dcaebf9a080bf3e9.tar.gz
vfs: make struct fd_handle private
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/fd_handle.c')
-rw-r--r--source3/smbd/fd_handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/fd_handle.c b/source3/smbd/fd_handle.c
index ba614eefba2..036bf65fdf8 100644
--- a/source3/smbd/fd_handle.c
+++ b/source3/smbd/fd_handle.c
@@ -18,6 +18,7 @@
*/
#include "fd_handle.h"
+#include "fd_handle_private.h"
struct fd_handle *fd_handle_create(TALLOC_CTX *mem_ctx)
{