win compile fixes

svn path=/trunk/boinc/; revision=7511
This commit is contained in:
David Anderson 2005-08-25 23:51:49 +00:00
parent b71a52810a
commit 98c379006e
1 changed files with 2 additions and 0 deletions

View File

@ -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;