From 07778a9384813b95b796b775510a04ddef8d28d2 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 9 Jan 2006 15:54:16 +0000 Subject: [PATCH] r12794: BUG 3340: patch from William JoJo to fix automatic inclusion of aio support on AIX --- source/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/includes.h b/source/include/includes.h index f704fcb6874..44b5ea1bd79 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -514,7 +514,7 @@ #include #endif -#ifdef HAVE_AIO_H +#if defined(HAVE_AIO_H) && defined(WITH_AIO) #include #endif -- 2.11.4.GIT