[PATCH 2/2] vfs: Add missing include for sys_pread() in cacheprime module.

Andreas Schneider asn at samba.org
Mon Dec 8 02:11:24 MST 2014


Signed-off-by: Andreas Schneider <asn at samba.org>
---
 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 65e63e2..e90e09a 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.
  *
-- 
2.2.0




More information about the samba-technical mailing list