mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-09 04:38:10 -05:00
include sys/select.h for freebsd, courtesy of Denis
This commit is contained in:
parent
b7920fdfb5
commit
36bc5951e5
@ -39,6 +39,9 @@
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user