]> granicus.if.org Git - curl/commit
curl.h: include <sys/select.h> on cygwin too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Sep 2017 08:22:55 +0000 (10:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Sep 2017 20:56:12 +0000 (22:56 +0200)
commit6aa86c493bd77b70d1f5018e102bc3094290d588
tree4554660e46c59259df8846333d9ac3b751c67792
parent91a6e60c1efe8b059706b391f0635ddb2bbeae16
curl.h: include <sys/select.h> on cygwin too

When building with -std=c++14 on cygwin, this header won't be
automatically included as it otherwise is.

The <sys/select.h> include decision should ideally be reversed and be
avoided where that header file doesn't exist.

Reported-by: Ian Fette
Fixes #1925
include/curl/curl.h