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

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>