From f9df073a31a813f5ee50d4d8ea3ec590e1a3e970 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Jul 2012 15:05:02 +0200 Subject: s3: Make smbd/aio.c not depend on aio.h anymore Signed-off-by: Jeremy Allison --- source3/modules/vfs_aio_fork.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules') diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c index 4be21f7d97..0d0319e6d8 100644 --- a/source3/modules/vfs_aio_fork.c +++ b/source3/modules/vfs_aio_fork.c @@ -24,6 +24,7 @@ #include "system/shmem.h" #include "smbd/smbd.h" #include "smbd/globals.h" +#include #ifndef MAP_FILE #define MAP_FILE 0 -- cgit