s3-vfs: try to fix build of aio_fork module.
authorGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 20:24:18 +0000 (22:24 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 20:25:59 +0000 (22:25 +0200)
Guenther

source3/modules/vfs_aio_fork.c

index fc8ffefc13b9739552c260b6707bcfe83190e947..881bc51eb2314e48b6fb2291e5a021d8bc57cfb9 100644 (file)
@@ -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;