mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Header sys/select.h required for POSIX function select()
This commit is contained in:
parent
9667a63a60
commit
82e8994291
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@
|
|||
#include "machines.h"
|
||||
#include "internal.h"
|
||||
|
||||
#if defined(BSD) && !defined(MSDOS)
|
||||
#ifdef HAVE_SELECT
|
||||
#include <sys/select.h>
|
||||
#elif defined(BSD) && !defined(MSDOS)
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue