vfs: Add missing include for sys_pread() in cacheprime module.
authorAndreas Schneider <asn@samba.org>
Mon, 8 Dec 2014 09:09:29 +0000 (10:09 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Dec 2014 15:54:51 +0000 (16:54 +0100)
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

source3/modules/vfs_cacheprime.c

index 65e63e2b397ee49701a033da541ff10982acaee8..e90e09a17faa63405e5cec9363f6a17b55746b2e 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "includes.h"
 #include "smbd/smbd.h"
+#include "lib/sys_rw.h"
 
 /* Cache priming module.
  *