Commit 39b4dd76 39b4dd76dca960f83bd6cf4f82962c6e3e5011fd by Sergey Poznyakoff

include <sys/select.h>. Reported by Jerry Heyman

1 parent 9d3e56b2
......@@ -36,6 +36,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/select.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
......