From 3800bae260ed3998317ce5e492a8f0a42fb2fd5f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Mar 2011 22:24:18 +0200 Subject: s3-vfs: try to fix build of aio_fork module. Guenther --- source3/modules/vfs_aio_fork.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c index fc8ffefc13..881bc51eb2 100644 --- a/source3/modules/vfs_aio_fork.c +++ b/source3/modules/vfs_aio_fork.c @@ -20,8 +20,9 @@ */ #include "includes.h" -#include "smbd/smbd.h" +#include "system/filesys.h" #include "system/shmem.h" +#include "smbd/smbd.h" struct mmap_area { size_t size; -- cgit