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/lib/system.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/system.c b/source3/lib/system.c index fe8aec317d..fbfab3ec4f 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -35,6 +35,10 @@ #include #endif +#if defined(HAVE_AIO_H) +#include +#endif + /* The idea is that this file will eventually have wrappers around all important system calls in samba. The aims are: -- cgit