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:
Stephen Gregoratto 2020-06-09 00:21:11 +10:00
parent ecabef273e
commit d4b25ca85e

View File

@ -39,6 +39,7 @@ Jeff
#include <stdio.h>
#include <sys/types.h>
#include <sys/select.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>