summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-09 15:54:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:03 -0500
commitfbbe89ea30b8303787b22ed267dac14d27efdfbb (patch)
tree20dcc494422baa1284ddf8ad5a09384eb04d6c0e /source3/include
parent1e9d8d485791282f860a0a3c46234c128b84b3a0 (diff)
downloadsamba-fbbe89ea30b8303787b22ed267dac14d27efdfbb.tar.gz
samba-fbbe89ea30b8303787b22ed267dac14d27efdfbb.tar.bz2
samba-fbbe89ea30b8303787b22ed267dac14d27efdfbb.zip
r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix automatic inclusion of aio support on AIX
(This used to be commit f19f7961eef9d9fe345279c5ab35d18dff14e5ea)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
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 <langinfo.h>
#endif
-#ifdef HAVE_AIO_H
+#if defined(HAVE_AIO_H) && defined(WITH_AIO)
#include <aio.h>
#endif