1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

vfs: Add missing include for sys_pread() in cacheprime module.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Dec  8 16:54:51 CET 2014 on sn-devel-104
This commit is contained in:
Andreas Schneider 2014-12-08 10:09:29 +01:00 committed by Stefan Metzmacher
parent 266323dac6
commit 4acf171ab9

View File

@ -17,6 +17,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#include "lib/sys_rw.h"
/* Cache priming module.
*