--- libeio/libeio.m4 2018/08/12 04:15:05 1.32 +++ libeio/libeio.m4 2019/03/10 12:11:47 1.33 @@ -39,6 +39,7 @@ test $ac_cv_futimes = yes && AC_DEFINE(HAVE_FUTIMES, 1, futimes(2) is available) AC_CACHE_CHECK(for readahead, ac_cv_readahead, [AC_LINK_IFELSE([AC_LANG_SOURCE([ +#include #include int main (void) { @@ -93,6 +94,7 @@ test $ac_cv_sendfile = yes && AC_DEFINE(HAVE_SENDFILE, 1, sendfile(2) is available and supported) AC_CACHE_CHECK(for sync_file_range, ac_cv_sync_file_range, [AC_LINK_IFELSE([AC_LANG_SOURCE([ +#include #include int main (void) {