Added sys/select.h header includes

This commit is contained in:
James Booth
2016-01-19 22:51:55 +00:00
parent 519b10d105
commit 10507b687b
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
*/
#include "config.h"
#include <sys/select.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>