]> granicus.if.org Git - curl/commit
curl.h: <sys/select.h> for OpenBSD
authorChristian Weisgerber <naddy@mips.inka.de>
Wed, 4 Dec 2013 15:45:50 +0000 (16:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Dec 2013 12:28:27 +0000 (13:28 +0100)
commit92e607abfaa5102bb7384b416547503e426e4435
treebc73af6855e8a96d97e0319a07328d4fea96ac63
parentef118c13ba11a1dc2123270bad95351dd25743c1
curl.h: <sys/select.h> for OpenBSD

curl.h should also include <sys/select.h> on OpenBSD to reliably
pull in select().  Typically, including <sys/time.h> will be enough,
but not if strict standards-compliance is requested (e.g. by defining
_XOPEN_SOURCE).
include/curl/curl.h