Merge pull request #8456 from emilytrau/include-select

Add missing <sys/select.h> include
This commit is contained in:
Eelco Dolstra 2023-06-06 12:45:51 +02:00 committed by GitHub
commit 51b3576855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/select.h>
#include <errno.h>
#include <pwd.h>
#include <grp.h>