0ad/source/lib/posix/posix_aio.h
Ykkrosh 7a4dd7b473 Set svn:eol-style=native
This was SVN commit r6828.
2009-04-18 16:14:48 +00:00

13 lines
348 B
C

// despite the comment in wposix.h about not using Windows headers for
// POSIX declarations, this one is harmless (no incompatible declarations)
// and can safely be used on Windows as well.
#include <fcntl.h>
#if OS_WIN
# include "lib/sysdep/os/win/wposix/waio.h"
#else
# include <aio.h>
#endif
#include "posix_errno.h" // for user convenience