Commit 39b4dd76 39b4dd76dca960f83bd6cf4f82962c6e3e5011fd by Sergey Poznyakoff

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

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