Add include of head "sys/select.h" which declares missing "fd_set"

This commit is contained in:
Maschell 2018-06-17 19:38:01 +02:00 committed by James Benton
parent 53c1a5f6c4
commit f5aa0a6523

View File

@ -5,6 +5,7 @@
#define FD_SETSIZE 32
#include <sys/time.h>
#include <sys/types.h>
#include <sys/select.h>
/**
* \defgroup nsysnet_socket Socket