1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix automatic inclusion of aio support on AIX

This commit is contained in:
Gerald Carter 2006-01-09 15:54:16 +00:00 committed by Gerald (Jerry) Carter
parent 2456832a6d
commit f19f7961ee

View File

@ -514,7 +514,7 @@
#include <langinfo.h>
#endif
#ifdef HAVE_AIO_H
#if defined(HAVE_AIO_H) && defined(WITH_AIO)
#include <aio.h>
#endif