From fbbe89ea30b8303787b22ed267dac14d27efdfbb Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 9 Jan 2006 15:54:16 +0000 Subject: r12794: BUG 3340: patch from William JoJo to fix automatic inclusion of aio support on AIX (This used to be commit f19f7961eef9d9fe345279c5ab35d18dff14e5ea) --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/includes.h b/source3/include/includes.h index f704fcb687..44b5ea1bd7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -514,7 +514,7 @@ #include #endif -#ifdef HAVE_AIO_H +#if defined(HAVE_AIO_H) && defined(WITH_AIO) #include #endif -- cgit