Skip to content

Commit

Permalink
Merge pull request troglobit#40 from gh-fork-dump/master
Browse files Browse the repository at this point in the history
POSIX recommends <sys/select.h> for select()
  • Loading branch information
troglobit authored Jun 8, 2020
2 parents ecabef2 + d4b25ca commit 2ebe905
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 2ebe905

Please sign in to comment.