summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_fork.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 22:24:18 +0200
committerGünther Deschner <gd@samba.org>2011-03-30 22:25:59 +0200
commit3800bae260ed3998317ce5e492a8f0a42fb2fd5f (patch)
tree6608637a1633dff0800947726513135492be3624 /source3/modules/vfs_aio_fork.c
parentd546adeab54af123eff66cee61a487c88b6ba61b (diff)
downloadsamba-3800bae260ed3998317ce5e492a8f0a42fb2fd5f.tar.gz
samba-3800bae260ed3998317ce5e492a8f0a42fb2fd5f.tar.bz2
samba-3800bae260ed3998317ce5e492a8f0a42fb2fd5f.zip
s3-vfs: try to fix build of aio_fork module.
Guenther
Diffstat (limited to 'source3/modules/vfs_aio_fork.c')
-rw-r--r--source3/modules/vfs_aio_fork.c3
1 files changed, 2 insertions, 1 deletions
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;