From 4acf171ab9480dbf23d95bd9624e2e4ec6723316 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Dec 2014 10:09:29 +0100 Subject: [PATCH] vfs: Add missing include for sys_pread() in cacheprime module. Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Mon Dec 8 16:54:51 CET 2014 on sn-devel-104 --- source3/modules/vfs_cacheprime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_cacheprime.c b/source3/modules/vfs_cacheprime.c index 65e63e2b397..e90e09a17fa 100644 --- a/source3/modules/vfs_cacheprime.c +++ b/source3/modules/vfs_cacheprime.c @@ -17,6 +17,7 @@ #include "includes.h" #include "smbd/smbd.h" +#include "lib/sys_rw.h" /* Cache priming module. *