added sys/poll.h to configure.ac

This commit is contained in:
2016-04-29 04:53:10 +00:00
parent 66dfa3a2fd
commit 27317f9458
3 changed files with 5 additions and 2 deletions

2
qse/configure vendored
View File

@ -18508,7 +18508,7 @@ fi
done
for ac_header in sys/sendfile.h sys/epoll.h sys/event.h
for ac_header in sys/sendfile.h sys/epoll.h sys/event.h sys/poll.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"