mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
include <sys/select.h> in excallback
Fixes an build issue when cross-compiling for SerenityOS[1] [1] https://github.com/SerenityOS/serenity
This commit is contained in:
parent
ecabef273e
commit
d4b25ca85e
@ -39,6 +39,7 @@ Jeff
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/select.h>
|
||||||
|
|
||||||
#ifdef HAVE_STDLIB_H
|
#ifdef HAVE_STDLIB_H
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user