Skip to content

ProcessUNIX: Fix implicit definition of select

Shannon Booth requested to merge shannonbooth/kwsys:sys-select into master

While compiling cmake for SerenityOS on an update of cmake to 3.26.4, I noticed a compiler warning for an implicit declaration of select. POSIX specifies that select is found in <sys/select.h>, so add that include here.

Merge request reports