Merge pull request #40 from gh-fork-dump/master

POSIX recommends <sys/select.h> for select()
This commit is contained in:
Joachim Nilsson 2020-06-08 18:43:27 +02:00 committed by GitHub
commit 2ebe9058a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>