mirror of https://github.com/BOINC/boinc.git
parent
b71a52810a
commit
98c379006e
|
@ -21,8 +21,10 @@
|
|||
#define _BOINC_NETWORK_H_
|
||||
|
||||
#include <string.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
struct FDSET_GROUP {
|
||||
fd_set read_fds;
|
||||
|
|
Loading…
Reference in New Issue