Skip to content

Commit

Permalink
include <sys/select.h> in excallback
Browse files Browse the repository at this point in the history
Fixes an build issue when cross-compiling for SerenityOS[1]

[1] https://github.com/SerenityOS/serenity
  • Loading branch information
The-King-of-Toasters committed Jun 8, 2020
1 parent ecabef2 commit d4b25ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/excallback.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Jeff

#include <stdio.h>
#include <sys/types.h>
#include <sys/select.h>

#ifdef HAVE_STDLIB_H
#include <stdlib.h>
Expand Down

0 comments on commit d4b25ca

Please sign in to comment.