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:
parent
2456832a6d
commit
f19f7961ee
@ -514,7 +514,7 @@
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_AIO_H
|
||||
#if defined(HAVE_AIO_H) && defined(WITH_AIO)
|
||||
#include <aio.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user