Added include of sys/socket.h for machines that need it to define socklen_t.

svn path=/trunk/boinc/; revision=6096
This commit is contained in:
Eric J. Korpela 2005-05-10 18:17:28 +00:00
parent 267e455575
commit fd6e0c08da
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ typedef void (CALLBACK* IdleTrackerTerm)();
#else
#include "config.h"
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <unistd.h>
#include <csignal>
//#include "synch.h"