Skip to content
  • Christian Weisgerber's avatar
    curl.h: <sys/select.h> for OpenBSD · 92e607ab
    Christian Weisgerber authored
    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).
    92e607ab